summaryrefslogtreecommitdiff
path: root/test/handler
AgeCommit message (Collapse)Author
2017-11-19#852 - Capture error codes for reekw0rp
2017-11-19#852 - Capture error codes for nimcheckw0rp
2017-11-19#852 - Capture error codes for mcs and mcscw0rp
2017-11-19#852 - Capture error codes for luacheckw0rp
2017-11-18#852 - Capture error codes for jscsw0rp
2017-11-18#852 - Capture error codes for csslintw0rp
2017-11-18#852 - Capture error codes for checkstylew0rp
2017-11-17Fix #516 - Add support for pyflakes for Pythonw0rp
2017-11-17redpen: fix start columnrhysd
2017-11-17redpen support for asciidoc, reST, LaTeX and Re:VIEWrhysd
2017-11-16Merge pull request #1133 from nicwest/linter-clj-jokerw0rp
add joker handler for clojure
2017-11-16Merge pull request #1137 from rhysd/redpenw0rp
Add Redpen support
2017-11-16redpen: fix trailing comma in test datarhysd
2017-11-16redpen: support end_lnum and end_col if possiblerhysd
2017-11-16Merge pull request #1135 from aurieh/masterw0rp
Capture error codes for checkmake
2017-11-16add tests and doc for redpen supportrhysd
2017-11-16Fix #1132 - Parse react error codes again for ESLintw0rp
2017-11-16Modify vader tests for d585123aurieh
2017-11-15add joker handler for clojureNic West
Adds new linter for clojure using joker https://github.com/candid82/joker fixes #975 ref #544 #1040
2017-11-15#852 Capture error codes for pycodestyle, and consider every code except ↵w0rp
E999 to be style errors or warnings
2017-11-15#852 Capture error codes for pylint, throw away the msgid valuesw0rp
2017-11-15#852 Capture error codes for shellcheckw0rp
2017-11-15Clean up tests to stop people copy and pasting the wrong examplesw0rp
2017-11-15Show problems from other files for gobuild and gometalinterJeff Willette
* Added filename keys to gobuild and gometalinter * Removed skipping files not in current package * Removed `--include` for gometalinter * Fixed the tests
2017-11-15#852 - Capture error codes for cpplintw0rp
2017-11-15#852 - Capture error codes for ansible-lintw0rp
2017-11-14#852 - Capture error codes for RubocopAliou Diallo
2017-11-14#852 - Capture error codes for flake8w0rp
2017-11-13#852 - Capture error codes for TSLintw0rp
2017-11-13#852 Capture error codes for ESLintw0rp
2017-11-13Fix #1124 - Handle stack-build errors with leading spacesw0rp
2017-11-13Fix #1122 - Handle notes for shellcheck errors again, and use type 'I' for notesw0rp
2017-11-12Show problems from other files for lesscw0rp
2017-11-12perlcritic: all issues are warningsEddie Lebow
Perlcritic is a style checker, not a syntax validator. This change was originally proposed by @RsrchBoy in https://github.com/w0rp/ale/pull/784.
2017-11-12Add rstcheck linter to check for errors in restructured text (#1090)jnduli
2017-11-12Handle flow extra errors (#946)Florian Beeres
Show more information for Flow errors with :ALEDetail
2017-11-12Simplfy semver handling and share the semver version cache across everythingw0rp
2017-11-09Fix #1101 - Ignore no-implicit-dependencies errors until TSLint supports ↵w0rp
checking via stdin properly
2017-11-07ale_linters: add 'dafny' linterTaylor Blau
2017-11-05Fix #1061 - Handle the filenames returned by javacw0rp
2017-10-28Fix #971 - Add an option for turning errors about missing eslint config ↵w0rp
files off.
2017-10-26Add tflint fot TerraformNathaniel Williams
2017-10-26Remove redundant code for the GCC handler, and fix bugs with errors for - ↵w0rp
not being parsed
2017-10-25Fix an exception with notes with no previous messagew0rp
2017-10-25Handle multiple files localtion lists with gcc handler (#1034)Gerry Agbobada
Handle multiple files in the GCC handler.
2017-10-25Set better highlights for write-goodw0rp
2017-10-25Fix #643 - Add support for write-good for many languagesSumner Evans
2017-10-24Merge branch 'aurieh-master'w0rp
2017-10-25Add Vader testsaurieh
2017-10-24Add phan as a linter for php files (#1026)Diego Oliveira
Add phan for checking PHP code