mirror of https://github.com/dense-analysis/ale
commit
da37989960
|
@ -35,9 +35,9 @@ If you want to credit multiple authors, you can comma separate them.
|
||||||
|
|
||||||
# 2.1. Adding a New Linter
|
# 2.1. Adding a New Linter
|
||||||
|
|
||||||
If you add a new linter, look for existing handlers first in the [handlers.vim](plugin/ale/handlers.vim) file. One of the handlers
|
If you add a new linter, look for existing handlers first in the [handlers.vim](autoload/ale/handlers.vim) file. One of the handlers
|
||||||
there may already be able to handle your lines of output. If you find that your new linter replicates an existing error handler,
|
there may already be able to handle your lines of output. If you find that your new linter replicates an existing error handler,
|
||||||
consider pulling it up into the [handlers.vim](plugin/ale/handlers.vim) file, and use the generic handler in both places.
|
consider pulling it up into the [handlers.vim](autoload/ale/handlers.vim) file, and use the generic handler in both places.
|
||||||
|
|
||||||
When you add a linter, make sure the language for the linter and the linter itself are present in the table in the
|
When you add a linter, make sure the language for the linter and the linter itself are present in the table in the
|
||||||
[README.md](README.md) file and in the Vim [help file](doc/ale.txt). The programs and linters are sorted alphabetically in the
|
[README.md](README.md) file and in the Vim [help file](doc/ale.txt). The programs and linters are sorted alphabetically in the
|
||||||
|
|
Loading…
Reference in New Issue