Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-14 | Add fusion-lint, documentation, and tests (#648) | Ryan | |
* Add `fusion-lint` for first FusionScript linter * Add documentation over `fusion-lint` * Add tests for `fusion-lint` command callback | |||
2017-06-13 | Document the tsserver linter | w0rp | |
2017-06-08 | Support for GNU Awk linting (#638) | Mark Korondi | |
* GNU Awk linter support * Documentation for awk linter | |||
2017-06-03 | Document that prettier and prettier-eslint are supported | w0rp | |
2017-06-02 | Add ktlint support (without formatting) for kotlin filetype (#610) | Francis Agyapong | |
* 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 | |||
2017-06-02 | Merge pull request #614 from epilande/master | w0rp | |
✏️ Fix link to stylelint styled-components | |||
2017-06-02 | Suggest :ALELint instead of ale#Lint() | Adriaan Zonnenberg | |
2017-06-02 | :pencil2: Fix link to stylelint styled-components | Emmanuel Pilande | |
2017-05-25 | Fix the Count example in the README | w0rp | |
2017-05-24 | #323 Document how to output ALE statuses | w0rp | |
2017-05-20 | Document ALEFix | w0rp | |
2017-05-20 | add clang for objc and objcpp | Qusic | |
2017-05-18 | Add xmllint linter (#559) | q12321q | |
* Add xmllint linter for xml | |||
2017-05-16 | Add cpplint linter | Dawid Kurek | |
2017-05-15 | Merge pull request #551 from meunierd/add-checkstyle-linter | w0rp | |
Add checkstyle linter | |||
2017-05-15 | Add checkstyle linter | Devon Meunier | |
2017-05-15 | Haskell: add ghc-mod linter | wisut hantanong | |
2017-05-05 | [RFC] Add Brakeman for Ruby on Rails (references #385) (#509) | Eddie Lebow | |
* Add brakeman for Ruby on Rails | |||
2017-05-03 | Fix #530 - Fix LaTeX and TeX duplicate entries in documentation | w0rp | |
2017-05-02 | Add kotlinc checker for kotlin (#526) | Francis Agyapong | |
* Add kotlinc checker for kotlin | |||
2017-05-01 | Glue for Vale (#522) | Robert J | |
Add Vale linter definitions | |||
2017-04-27 | add xo reference for javascript linters on readme | Daniel Dantas | |
2017-04-26 | Create reasonml merlin linter | Jacob Bass | |
copy @andreypopp 's ocaml merlin linter from this project into reason | |||
2017-04-25 | Update README | Adelar da Silva Queiróz | |
2017-04-25 | Add erb linter (#497) | Matthias Günther | |
* 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 | |||
2017-04-20 | Disable rpmlint by default (#492) | Jason Tibbitts | |
* Disable rpmlint by default as it is not safe. | |||
2017-04-20 | Mention the IRC channel in the README | w0rp | |
2017-04-20 | Add the Reek checker for Ruby. (#490) | Eddie Lebow | |
Add the Reek checker for Ruby. | |||
2017-04-19 | Add rpm spec file linter (rpmlint) (#486) | Jason Tibbitts | |
* 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. | |||
2017-04-17 | Fix link to cppcheck | Jonathan Emord | |
2017-04-15 | Merge pull request #471 from breed808/gometalinter | w0rp | |
Add gometalinter linter for go files | |||
2017-04-15 | Merge pull request #474 from jordanandree/add-crystal-lint | w0rp | |
Add linter for Crystal lang | |||
2017-04-15 | Add SQL linter sqlint, closes #395 (#472) | Adriaan Zonnenberg | |
2017-04-13 | add crystal lint | jordanandree | |
- invokes via `crystal build` command without codegen - adds vader tests | |||
2017-04-13 | Add documentation for gometalinter | Ben Reedy | |
2017-04-12 | Fix broken links | Adriaan Zonnenberg | |
2017-04-12 | Fix markdown indentation | Adriaan Zonnenberg | |
2017-04-08 | Add Ruby MRI linter (#453) | Brandon Roehl | |
* Added ruby mri linter * Added to the list of supported linters * Async and now with 4 spaces * Vader tests for ruby * Match style choices * Vader test for the Ruby handler now works and passes | |||
2017-04-07 | Add support for linting Handlebars templates with ember-template-lint (#452) | Adrian | |
* Ember-template-lint Handlebars template linter: initial handler, test. * Handlebars support with ember-template-lint: basic documentation entries. | |||
2017-03-30 | Merge pull request #429 from breed808/go | w0rp | |
Add support for gosimple and staticcheck | |||
2017-03-30 | Add options to facilitate linting only in normal mode (#425) | taylorskalyo | |
* [#420] Add options to facilitate linting only in normal mode ale_lint_on_text_changed: Allow setting to 'insert' or 'normal' to lint when text is changed only in insert or normal mode respectively. ale_lint_on_insert_leave: This flag can be set to 1 to enable linting when leaving insert mode. * [#420] Test updated global options Ale should - bind to TextChanged events when g:ale_lint_on_text_changed = 1 - bind to TextChanged events when g:ale_lint_on_text_changed = 'always' - bind to InsertLeave event when g:ale_lint_on_insert_leave = 1 | |||
2017-03-30 | Add support for gosimple and staticcheck | Ben Reedy | |
2017-03-27 | Enabling linting on save by default, re #333 | w0rp | |
2017-03-27 | Document the Dogma linter | w0rp | |
2017-03-25 | Add support for ASM files using GCC | Lucas Kolstad | |
2017-03-23 | Document support for hdevtools | Lucas Kolstad | |
2017-03-18 | Add support for nim check | baabelfish | |
2017-03-13 | add slim-lint (#388) | Markus Doits | |
* add slim-lint * add slim readme entry * add slim entry to doc * add slimlint vader test | |||
2017-03-05 | Add support for nix linting | Alistair Bill | |
2017-03-03 | Add hamllint linter for Haml (#377) | Patrick Lewis | |
* Add hamllint linter for Haml * Simplify hamllint |