Age | Commit message (Collapse) | Author |
|
|
|
Add Vale linter definitions
|
|
Rename g:ale_linters_sh_* to g:ale_sh_*
|
|
|
|
|
|
|
|
|
|
Add luacheck option to pass in more options
|
|
|
|
|
|
|
|
|
|
Add tags for buffer-local variants of each linter option
|
|
custom-checks: handle multiple dirs
|
|
add xo reference for javascript linters on readme
|
|
|
|
|
|
This also fixes a [shellcheck issue](https://github.com/koalaman/shellcheck/wiki/SC2013).
|
|
|
|
|
|
Create reasonml merlin linter
|
|
|
|
|
|
|
|
|
|
copy @andreypopp 's ocaml merlin linter from this project into reason
|
|
Correcting wrong link for erubi
|
|
|
|
|
|
src/main/java paths
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
update doc/ale.txt
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
* Add missing "use global" var for tslint
* Add typescript tslint documentation
|
|
|