summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-13#852 Pass on error codes in the loclist correctionsw0rp
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-13#1121 Tell people how to lint when leaving insert mode with Ctrl+Cw0rp
2017-11-12[eruby] Add GetCommand to erubis linterEddie Lebow
GetCommand conditionally adds a filter (implemented as inline Ruby code in the command line) to transform some of the problematic Rails-specific eRuby syntax. Specifically, <%= tags are replaced with <%. This does not reduce the effectiveness of the linter, because the transformed code is still evaluated. This solution was suggested by @rgo at https://github.com/w0rp/ale/issues/580#issuecomment-337676607.
2017-11-12[eruby] Add GetCommand to erb linterEddie Lebow
GetCommand conditionally adds a filter (implemented as inline Ruby code in the command line) to transform some of the problematic Rails-specific eRuby syntax. Specifically, <%= tags are replaced with <%. This does not reduce the effectiveness of the linter, because the transformed code is still evaluated. This solution was suggested by @rgo at https://github.com/w0rp/ale/issues/580#issuecomment-337676607.
2017-11-12[eruby] Rename `erubylint` → `erb` to match tool nameEddie Lebow
2017-11-13#852 Support formatting echo messages with error codes. No linters set the ↵w0rp
`code` key yet
2017-11-12Add support for showing Info severities in echoed messagesw0rp
2017-11-12Update the documentation for the echo message format, so it makes more sensew0rp
2017-11-12Sort some linter entries alphabeticallyw0rp
2017-11-12Fix #510 Support checking LESS files with stylelintw0rp
2017-11-12Merge branch 'zanona-less-lessc-linter'w0rp
2017-11-12Show problems from other files for lesscw0rp
2017-11-12Add tests for the command and executable callbacks, and make them use local ↵w0rp
node_modulse esxecutables like other linters
2017-11-12Add tests for ocaml-language-server callbacksMichael Jungo
2017-11-12#1108 Support setting b:ale_linter_aliases to a Listw0rp
2017-11-12#1108 Support using Lists and 'all' for b:ale_lintersw0rp
2017-11-12#1108 Support selecting fixers with Listsw0rp
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-12Remove id from LSP notificationsMichael Jungo
2017-11-12Add ocaml-language-server for OCaml and ReasonMLMichael Jungo
2017-11-12Fix a typow0rp
2017-11-12#1095 Cache the sorting of patterns for g:ale_pattern_optionsw0rp
2017-11-12#1095 Apply all patterns for g:ale_pattern_options, instead of just the ↵w0rp
first match
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-12#1098 Add protoc-gen-lint to the list of supported toolsw0rp
2017-11-12Added support for linting of proto files (#1098)Jeff Willette
* Added support for linting of proto files * Added function to get the proper protoc command
2017-11-12Simplfy semver handling and share the semver version cache across everythingw0rp
2017-11-12add 'output_stream': 'stderr', let golint workwuqiong4945
2017-11-12Merge pull request #1113 from jungomi/ols-testsw0rp
Add tests for ocaml-language-server callbacks
2017-11-12Add tests for ocaml-language-server callbacksMichael Jungo
2017-11-12#1108 Support setting b:ale_linter_aliases to a Listw0rp
2017-11-11#1108 Support using Lists and 'all' for b:ale_lintersw0rp
2017-11-11Merge pull request #1111 from elebow/perlcritic-only-warningsw0rp
Perlcritic: All issues are warnings
2017-11-11#1108 Support selecting fixers with Listsw0rp
2017-11-11perlcritic: 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-11Merge pull request #1110 from jungomi/ocaml-language-serverw0rp
* Add ocaml-language-server for OCaml and ReasonML * Remove id from LSP notifications
2017-11-11Remove id from LSP notificationsMichael Jungo
2017-11-11Add ocaml-language-server for OCaml and ReasonMLMichael Jungo
2017-11-11Fix a typow0rp
2017-11-11#1095 Cache the sorting of patterns for g:ale_pattern_optionsw0rp
2017-11-11#1095 Apply all patterns for g:ale_pattern_options, instead of just the ↵w0rp
first match
2017-11-11Add rstcheck linter to check for errors in restructured text (#1090)jnduli
2017-11-11Handle flow extra errors (#946)Florian Beeres
Show more information for Flow errors with :ALEDetail
2017-11-10#1098 Add protoc-gen-lint to the list of supported toolsw0rp
2017-11-10Added support for linting of proto files (#1098)Jeff Willette
* Added support for linting of proto files * Added function to get the proper protoc command
2017-11-09Simplfy semver handling and share the semver version cache across everythingw0rp