Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2017-03-02 | proselint: Add more supported filetypes (#367) | Daniel M. Capella | |
* proselint: Add more suported filetypes * proselint: Minor consistency fixes * Vim help: Disable linters by default | |||
2017-02-25 | Add cmakelint support for cmake filetype | Kenneth Benzie (Benie) | |
2017-02-23 | Create a Contributing section in the README | w0rp | |
2017-02-18 | Add sml support via smlnj | paulo alem | |
2017-02-16 | Add a missing question mark | w0rp | |
2017-02-16 | Add an FAQ section to address concerns about battery life | w0rp | |
2017-02-11 | Fix the clangtidy linter, and document everything | w0rp | |
2017-02-11 | Make javac work in a basic way | w0rp | |
2017-02-11 | Fix #330 - Explain how to check JSX with eslint and stylelint | w0rp | |
2017-02-11 | Add clang to cpp linters. | tomotanakamura | |
2017-02-09 | Merge pull request #306 from ahmedelgabri/standardjs | w0rp | |
Add standard linter | |||
2017-02-09 | Merge pull request #285 from medains/master | w0rp | |
Linter addition of PHP Mess Detector | |||
2017-02-08 | Make some corrections in the README | w0rp | |
2017-02-05 | Add standard linter | Ahmed El Gabri | |
2017-02-05 | Make a note in the FAQ about how to use quickfix errors | w0rp | |
2017-02-01 | Linter addition of PHP Mess Detector | medains | |
2017-01-30 | Dockerfile linting via hadolint (#282) | Łukasz Jan Niemier | |
* Add hadolint linter for Dockerfiles * Fix path * Fix typo * Update docs |