Default linters #4387
-
The ale help says that below is the default dictionary that will be merged with user defined value of g:ale_linters. There's no mention of
But ALE seems to be able to give me linting on C and C++ files without me setting any linter with that option. I first thought this was a because of the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
If you read further down in the help file you can find this statement:
If the resulting dictionary after merging the default one does not have an entry for c and c++ files then all available linters will be run for those files. |
Beta Was this translation helpful? Give feedback.
-
@cassepipe Responding to an old question. If you want the behaviour of ALE only running exactly the linters you (or a plugin you installed) told it to run, you can set |
Beta Was this translation helpful? Give feedback.
If you read further down in the help file you can find this statement:
If the resulting dictionary after merging the default one does not have an entry for c and c++ files then all available linters will be run for those files.