Age | Commit message (Collapse) | Author |
|
Conflicts:
doc/ale.txt
|
|
|
|
|
|
|
|
* Add hamllint linter for Haml
* Simplify hamllint
|
|
|
|
|
|
* proselint: Add more suported filetypes
* proselint: Minor consistency fixes
* Vim help: Disable linters by default
|
|
|
|
|
|
|
|
Add cmakelint support for cmake filetype
|
|
convenience
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add yamllint option to pass in more options
|
|
|
|
|
|
|
|
|
|
|
|
file, and then piping them in via the shell instead
|
|
|
|
|
|
|
|
Add clang to cpp linters.
|
|
|
|
|
|
users
|
|
|
|
* add xo support
* add documentation
* Fix a screw up when fixing conflicts
* Fix it harder
|
|
Linter addition of PHP Mess Detector
|
|
|
|
|
|
* Add hadolint linter for Dockerfiles
* Fix path
* Fix typo
* Update docs
|
|
|
|
|
|
codebase. Make the options match the new standard.
|
|
* Add erlc lint for Erlang (#248)
* Ignore certain errors in Erlang .hrl files (#248)
A .hrl file does not need to have a -module definition. Additionally, it
is common to have unused elements in such a file, as the entities will
be used in a file including the header.
* Address change requests to Erlang linter
|
|
and disable the rust linters for now, re #256"
This reverts commit f412b4f96fa49f4ed856db25c10bdf4b9c2e4cec.
Conflicts:
doc/ale.txt
|
|
|
|
|
|
Add options for pylint linter
|
|
* Support netcore project linting.
* Support check on the fly.
* Remove debug.
* Rename csc.vim to mcs.vim as it should be.
* Update README.
* Update doc.
* Using `=~#` instead of `=~`.
|
|
|
|
disable the rust linters for now, re #256
|