
Security News
Node.js Considers Public Workflow for Security Reports Amid AI-Driven Surge
Node.js is debating whether AI-driven security report volume warrants moving more vulnerability reports into public workflows.
coc-tighten-lint
Advanced tools
tlint (Tighten linter for Laravel) extension for coc.nvim.
CocInstall:
:CocInstall coc-tighten-lint
vim-plug:
Plug 'yaegassy/coc-tighten-lint', {'do': 'yarn install --frozen-lockfile'}
tlint linttlint formattlint.json configuration filetighten-lint.toolPath settingvendor/bin/tlint (project)~/.config/coc/extensions/coc-tighten-lint-data/tlint/vendor/bin/tlint~/AppData/Local/coc/extensions/coc-tighten-lint-data/tlint/vendor/bin/tlint:CocComannd tighten-lint.install
"onLanguage:php""onLanguage:blade"tighten-lint.enable: Enable coc-tighten-lint extension, default: truetighten-lint.toolPath: The path to the tlint (Absolute path), default: ""tighten-lint.lintOnOpen: Lint file on opening, default: truetighten-lint.lintOnChange: Lint file on change, default: truetighten-lint.lintOnSave: Lint file on save, default: truetighten-lint.defaultSeverity: Severity of violations, valid option "error", "warning", "info", "hint", default: "error"tighten-lint.severities: Source to severity mappings, default: {}tighten-lint.only: Policies to include, default: []{
// ...snip
"tighten-lint.defaultSeverity": "warning",
"tighten-lint.only": [
"AlphabeticalImports",
"NoInlineVarDocs",
"ImportFacades"
],
"tighten-lint.severities": {
"NoInlineVarDocs": "info"
},
// ...snip
}
If you wish to use a configuration file you should place the tlint.json file in the root of your project folder in the required format e.g.
example: tslint.json
{
"preset": "laravel",
"disabled": ["NoInlineVarDocs"],
"excluded": ["tests/"]
}
tighten-lint.install: Install tlintRun: tighten-lint.autoFixMIT
This extension is built with create-coc-extension
FAQs
tlint (Tighten linter for Laravel) extension for coc.nvim
We found that coc-tighten-lint demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Node.js is debating whether AI-driven security report volume warrants moving more vulnerability reports into public workflows.

Security News
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.

Security News
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.