Age | Commit message (Collapse) | Author |
|
|
|
connections via programs
|
|
|
|
|
|
|
|
Be more explicit about the effect of `g:..._perlcritic_profile = ''`
|
|
* linters/lua/luacheck: Show error code in message
|
|
Fix brakeman handler when there is no output
|
|
|
|
Just to prevent any confusion, the documentation now explicitly states
that setting `g:ale_perl_perlcritic_profile` to an empty string merely
disables passing an explicit profile to `perlcritic` and does not cause
`--no-profile` to be set.
|
|
* Add profile, other options to the perlcritic linter
|
|
|
|
failed
|
|
like the other linters
|
|
* Adds an option to pass additional arguments to the verilog/verilator linter
The new otion is g:ale_verilog_verilator_options
+ doc
* Spell check verilog linter doc file
* Add entries to the verilog linters in the doc table of content
* Vader test for verilog/verilator linter args option verilog_verilator_options
|
|
* Add prettier-standard support
* Update ale-javascript.txt
Remove a duplicated header line.
|
|
|
|
* Add puppet-lint fixer
* Add vader test for puppetlint fixer
* Ensure puppetlint variables are initialized
|
|
Elm linter shows full error ranges
|
|
|
|
|
|
|
|
* Remove style classification from E999
* Update test_flake8_handler to reflect E999 changes
|
|
|
|
|
|
|
|
|
|
Change regex to better handle messages with multiple groups of parentheses.
|
|
|
|
|
|
|
|
|
|
* add ruby fixer for `rubocop --auto-correct`
|
|
|
|
* Add display of the pylint symbol name after the message.
* Update test to pass.
|
|
* Improve elm linter
Some types of errors do not return nice JSON.
Show them on the first line instead of showing nothing.
* Remove unnecessary properties from elm linter
* Add a vader test for elm-make linter
* Test non-JSON elm-make errors are shown
|
|
|
|
instead of position for the columns
|
|
|
|
|
|
|
|
|
|
and handling of end line and column numbers
|
|
|
|
|
|
Add a clangcheck linter
|
|
Detect compille_commands.json files for clang-tidy
|
|
|
|
|
|
|