summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
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-11Remove id from LSP notificationsMichael Jungo
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-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
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-07Fix #1086 - Implement command chaining for fixersw0rp
2017-11-07Tell users when a fixer does not exist, and make the no fixers message softerw0rp
2017-11-06#1006 Fix raw message handling for LSP support in NeoVimw0rp
2017-11-05Fix #1085 - Add a final newline character to tsserver and LSP messagesw0rp
2017-11-05Modify the shmft tests so they won't mess with your settingsw0rp
2017-11-05Add shfmt fixer for sh files (#1083)Simon Bugert
* Add shfmt fixer for sh files * Add tests for shfmt fixer
2017-11-05Add executable option for phpmd linter (resolves #1076) (#1078)David Sierra DiazGranados
* Add executable option for phpmd linter (resolves #1076) * Add test for phpmd executable option
2017-11-05Fix #626 - Automatically use `cargo check` and `cargo check --all-targets` ↵w0rp
for cargo versions that are new enough
2017-11-05Fix #1061 - Handle the filenames returned by javacw0rp
2017-11-04#1081 Use executable() for Python executables on Windows, and rename the ↵w0rp
test files to .exe so they will pass the executable() check
2017-11-03Fix #491 - Only set -x for shellcheck for versions which support the optionw0rp
2017-10-30#857 - Add b:ale_fix_on_save for controlling fixing on save for specific buffersw0rp
2017-10-30Merge pull request #1059 from ahmedelgabri/reason-refmtw0rp
refmt fixer for ReasonML
2017-10-29refmt fixer for ReasonMLAhmed El Gabri
2017-10-29Fix #719 - Add ALEReset and ALEResetBuffer for removing problems for all ↵w0rp
buffers or one buffer
2017-10-28#817 Add commands for toggling ALE for only the current bufferw0rp
2017-10-28#817 Move code for toggling ALE to its own filew0rp
2017-10-28Fix #971 - Add an option for turning errors about missing eslint config ↵w0rp
files off.
2017-10-27Add hackfmt fixerSam Howie
2017-10-26Fix #1039 - Only check the file on disk for dartanalyzerw0rp
2017-10-26Fix #1041 - Do not request completions shortly after CompleteDonew0rp
2017-10-26Fix #1051 - Support ash and dash for shellcheck and the sh linterw0rp
2017-10-26Fix #1048 - Do not lint files named "."w0rp
2017-10-26don't use stdin with tflintNathaniel Williams
2017-10-26Add tflint fot TerraformNathaniel Williams
2017-10-26Merge pull request #1009 from sirbrillig/add/phpcs-include-code-optionw0rp
phpcs: include sniff code in message
2017-10-26Add test for phpcs error codePayton Swick
2017-10-26Fix #491 - Use -x for shellcheck for checking files with sourced filesw0rp
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-25Merge pull request #1047 from thenoseman/linter-hamllint_autodetect_configw0rp
[PR: hamllint] auto-detect .rubocop.yml and .haml-lint.yml when using haml-lint
2017-10-25Make one of the sign tests work in all localesw0rp
2017-10-25Handle multiple files localtion lists with gcc handler (#1034)Gerry Agbobada
Handle multiple files in the GCC handler.
2017-10-25force add test fixtures for hamllintFrank Schumacher
2017-10-25auto-detect .rubocop.yml and .haml-lint.ymlFrank Schumacher
Based on path to current file
2017-10-25Make the sign placement test pass more often by using another shellw0rp
2017-10-25Make the highlight placement test pass more often by using another shellw0rp