dense-analysis / dense-analysis/ale
Add command to insert ignore line for linting errors
Open
enhancement
- Dominant language
- Vim Script
- Stars
- 14k
- Forks
- 1.5k
- Avg merge
- 17h 49m
- Merged PRs (30d)
- 1
Description
Some linting rules indicate potential errors and thus it's not uncommon to have to add e.g. "eslint-disable-next-line". It would be cool if there was a command you could run which would insert this for you based on actual errors.
E.g. see `eslint.codeAction.disableRuleComment` from https://github.com/Microsoft/vscode-eslint
Contributor guide
Assessment
This issue has not been assessed yet.