summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-15fix goimports typo in registryJeff Willette
2017-11-14Update the documentation for :ALEDetailw0rp
2017-11-14Fix #757 - Show :ALEDetail messages in a windoww0rp
2017-11-14Fix #1128 - Add g:ale_linters_explicit for only enabling linters explicitlyw0rp
2017-11-14Merge pull request #1129 from aliou/rubocop-cop-as-error-codew0rp
#852 - Capture error codes for Rubocop
2017-11-14Add tests for the goimports fixer commandsw0rp
2017-11-14Added support for goimports fixer (#1123)Jeff Willette
* Added support for goimports fixer * added test and executable check * fixed test assertions to reflect executable check
2017-11-14#852 - Capture error codes for RubocopAliou Diallo
2017-11-14Fix #1069 Support formatting the loclist messages with g:ale_loclist_msg_formatw0rp
2017-11-14#852 - Capture error codes for flake8w0rp
2017-11-13#852 - Capture error codes for TSLintw0rp
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-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