Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2017-01-30 | Fix #249 Mention how to clear sign background colors in the README | w0rp | |
2017-01-22 | Add erlc lint for Erlang (#248) (#255) | Magnus | |
* Add erlc lint for Erlang (#248) * Ignore certain errors in Erlang .hrl files (#248) A .hrl file does not need to have a -module definition. Additionally, it is common to have unused elements in such a file, as the entities will be used in a file including the header. * Address change requests to Erlang linter | |||
2017-01-19 | REVERT "Fix some naming conventions and use abort for all Rust functions, ↵ | w0rp | |
and disable the rust linters for now, re #256" This reverts commit f412b4f96fa49f4ed856db25c10bdf4b9c2e4cec. Conflicts: doc/ale.txt | |||
2017-01-15 | Document the mypy options, and fix spacing issues, largely in the documentation | w0rp | |
2017-01-15 | Merge pull request #237 from keith/ks/mypy-linter | w0rp | |
Add python mypy support | |||
2017-01-15 | Support C# linting with mono compiler mcs. (#250) | Junfeng Li | |
* Support netcore project linting. * Support check on the fly. * Remove debug. * Rename csc.vim to mcs.vim as it should be. * Update README. * Update doc. * Using `=~#` instead of `=~`. | |||
2017-01-13 | Fix some naming conventions and use abort for all Rust functions, and ↵ | w0rp | |
disable the rust linters for now, re #256 | |||
2017-01-12 | Add support for Rust using rustc and cargo (#230) | EinfachToll | |
* Add rustc checker for rust files * Add documentation for rustc * Use a nice helper function * Add cargo as linter * Complete the doc for rust linters * Put l: in front of every local variable * Apply the requested stylistic changes | |||
2017-01-04 | Added hack linter for php (#239) | Zefei Xuan | |
* added hack linter * updated docs for hack (hh_client) * naming | |||
2017-01-04 | Fix #238 Make the README show the proper linter name for Flow | w0rp | |
2016-12-30 | Add python mypy support | Keith Smiley | |
This adds support for the official optional python typechecker. | |||
2016-12-22 | add go build for build errors (#180) | dzhou121 | |
* add go build for build errors * Add go build to doc and README * Improvement for Go build Go build works on package level, so copy over the other files that belong to the same package to the temp folder as well. * revert back to simple go build * change gobuild script var name | |||
2016-12-22 | Fix #229 Disable text linters by default | w0rp | |