Age | Commit message (Collapse) | Author |
|
A limited number of clang-tidy checks can be used with C, too. I pretty much
copied and refactored the C++ clang-tidy linter, and added some documentation
about C-compatible checks.
|
|
|
|
helptag generation will actually work
|
|
|
|
package system
|
|
|
|
* Add yaml swaglint linter
|
|
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
|
|
* 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
|
|
* 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
|
|
* Add stack-build linter for Haskell
The stack-build linter works better than the other two linters when
you're working with an entire Haskell project. It builds the project
entirely and reports any errors.
The other two Haskell GHC linters only work on single files, which can
result in spurious errors (for example, not being able to find imports).
* Document all available Haskell linters
* Split GHC checkers into separate files
|
|
|
|
|
|
* Add prettier-standard support
* Update ale-javascript.txt
Remove a duplicated header line.
|
|
|
|
Add a clangcheck linter
|
|
|
|
|
|
* Add `fusion-lint` for first FusionScript linter
* Add documentation over `fusion-lint`
* Add tests for `fusion-lint` command callback
|
|
|
|
* GNU Awk linter support
* Documentation for awk linter
|
|
|
|
* Add ktlint support (without formatting) for kotlin filetype
* Fix code style and refactor to use ALE utility functions (GetMatches)
* Remove options for configuration file
* Refactor: Rename exec variable and use ale#Set for variable configuration
|
|
✏️ Fix link to stylelint styled-components
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Add xmllint linter for xml
|
|
|
|
Add checkstyle linter
|
|
|
|
|
|
* Add brakeman for Ruby on Rails
|
|
|
|
* Add kotlinc checker for kotlin
|
|
Add Vale linter definitions
|
|
|
|
copy @andreypopp 's ocaml merlin linter from this project into reason
|
|
|
|
* Add eruby linter
* Update README with erb linter
* Fix example and contributions
* Remove trailing newline
* Fix for Vimscript style guide
* Eruby-linter: codereview with @w0rp
- read from stderro output_stream
* Eruby-linter: codereview => add handler for ruby
* Eruby-linter: codereview
- eruby and ruby lint use the same ruby-handler (removes
duplicated handling logic)
* Eruby-linter: try to fix tests
|
|
* Disable rpmlint by default as it is not safe.
|
|
|
|
Add the Reek checker for Ruby.
|
|
* Initial attempt at an rpmlint linter.
* Add some basic documentation.
* Play with indentation in the test file.
* Another attempt to fix the rpmlint test.
* Hopefully this does it.
|
|
|