summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2017-06-14Add 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-13Document the tsserver linterw0rp
2017-06-08Support for GNU Awk linting (#638)Mark Korondi
* GNU Awk linter support * Documentation for awk linter
2017-06-03Document that prettier and prettier-eslint are supportedw0rp
2017-06-02Add 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-02Merge pull request #614 from epilande/masterw0rp
✏️ Fix link to stylelint styled-components
2017-06-02Suggest :ALELint instead of ale#Lint()Adriaan Zonnenberg
2017-06-02:pencil2: Fix link to stylelint styled-componentsEmmanuel Pilande
2017-05-25Fix the Count example in the READMEw0rp
2017-05-24#323 Document how to output ALE statusesw0rp
2017-05-20Document ALEFixw0rp
2017-05-20add clang for objc and objcppQusic
2017-05-18Add xmllint linter (#559)q12321q
* Add xmllint linter for xml
2017-05-16Add cpplint linterDawid Kurek
2017-05-15Merge pull request #551 from meunierd/add-checkstyle-linterw0rp
Add checkstyle linter
2017-05-15Add checkstyle linterDevon Meunier
2017-05-15Haskell: add ghc-mod linterwisut hantanong
2017-05-05[RFC] Add Brakeman for Ruby on Rails (references #385) (#509)Eddie Lebow
* Add brakeman for Ruby on Rails
2017-05-03Fix #530 - Fix LaTeX and TeX duplicate entries in documentationw0rp
2017-05-02Add kotlinc checker for kotlin (#526)Francis Agyapong
* Add kotlinc checker for kotlin
2017-05-01Glue for Vale (#522)Robert J
Add Vale linter definitions
2017-04-27add xo reference for javascript linters on readmeDaniel Dantas
2017-04-26Create reasonml merlin linterJacob Bass
copy @andreypopp 's ocaml merlin linter from this project into reason
2017-04-25Update READMEAdelar da Silva Queiróz
2017-04-25Add 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-20Disable rpmlint by default (#492)Jason Tibbitts
* Disable rpmlint by default as it is not safe.
2017-04-20Mention the IRC channel in the READMEw0rp
2017-04-20Add the Reek checker for Ruby. (#490)Eddie Lebow
Add the Reek checker for Ruby.
2017-04-19Add 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-17Fix link to cppcheckJonathan Emord
2017-04-15Merge pull request #471 from breed808/gometalinterw0rp
Add gometalinter linter for go files
2017-04-15Merge pull request #474 from jordanandree/add-crystal-lintw0rp
Add linter for Crystal lang
2017-04-15Add SQL linter sqlint, closes #395 (#472)Adriaan Zonnenberg
2017-04-13add crystal lintjordanandree
- invokes via `crystal build` command without codegen - adds vader tests
2017-04-13Add documentation for gometalinterBen Reedy
2017-04-12Fix broken linksAdriaan Zonnenberg
2017-04-12Fix markdown indentationAdriaan Zonnenberg
2017-04-08Add 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-07Add 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-30Merge pull request #429 from breed808/gow0rp
Add support for gosimple and staticcheck
2017-03-30Add 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-30Add support for gosimple and staticcheckBen Reedy
2017-03-27Enabling linting on save by default, re #333w0rp
2017-03-27Document the Dogma linterw0rp
2017-03-25Add support for ASM files using GCCLucas Kolstad
2017-03-23Document support for hdevtoolsLucas Kolstad
2017-03-18Add support for nim checkbaabelfish
2017-03-13add slim-lint (#388)Markus Doits
* add slim-lint * add slim readme entry * add slim entry to doc * add slimlint vader test
2017-03-05Add support for nix lintingAlistair Bill
2017-03-03Add hamllint linter for Haml (#377)Patrick Lewis
* Add hamllint linter for Haml * Simplify hamllint