Only enable linters activated in project-specific files #4466
-
Dear community, I like ALE, but I don't like the overwhelming amount of information from linters not currently in use in projects I work on. Currently I specify a list of linters using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Maybe I do not think ALE will ever depend on linters configuration files (e.g. .flake8) to determine which linters to run or not. There are too many possibilities and would be rather difficult to get something that works for everyone. |
Beta Was this translation helpful? Give feedback.
Maybe
g:ale_linters_explicit
does what you want. It will disable everything by default and only run linters defined in g:ale_linters.I do not think ALE will ever depend on linters configuration files (e.g. .flake8) to determine which linters to run or not. There are too many possibilities and would be rather difficult to get something that works for everyone.