Age | Commit message (Collapse) | Author |
|
Make executable and options configurable for hdevtools
|
|
|
|
|
|
Added fixer for Standard linter
|
|
|
|
|
|
|
|
|
|
fix typo in doc/ale-go
|
|
|
|
does not work
|
|
helptag generation will actually work
|
|
detected
|
|
|
|
|
|
package system
|
|
|
|
|
|
column numbers
|
|
|
|
|
|
|
|
* Add yaml swaglint linter
|
|
|
|
|
|
detected for clang-check
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add SyntaxErl linter
|
|
* Added phpstan linter for php.
|
|
These changes add [SyntaxErl][1] integration. SyntaxErl is a syntax
checker tool for Erlang.
[1]: https://github.com/ten0s/syntaxerl
|
|
|
|
|
|
|
|
ALELint autocmd
|
|
|
|
* Add support for scalastyle
* Add scalastyle docs
* scalastyle support for column numbers
* off by one column
* Add tests for scalastyle command and handler
* update readme for scalastyle
* allow full scalastyle options instead of just config file
* fix indentation
* allow scalastyle config file in parent directories by a couple names.
* check for missing match args with empty
* remove echo
* use a for loop
|
|
|
|
|
|
documentation yet
|
|
Rubocop: handle empty 'files' array in output
|
|
The handler previously assumed there would be at least one entry in the
'files' array in the output JSON. It looks like this in the normal case:
"files":[{"path":"app/models/image.rb","offenses":[]}]
But if RuboCop's config excludes the specified input files, causing no
files to be linted, the output is emptier:
"files":[]
This change causes the handler to treat that case correctly, and also
exit early if the reported offense_count is zero.
|
|
|
|
* Move FindRailsRoot() to more general location
* Add rails_best_practices handler (resolves #655)
* Update documentation for rails_best_practices
Also add brakeman to *ale* documentation.
* rails_best_practices: allow overriding the executable
* rails_best_practices: format help correctly
* rails_best_practices: capture tool output on Windows
|