summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2017-11-09Merge pull request #1105 from wuqiong4945/masterw0rp
add 'output_stream': 'stderr', let golint work
2017-11-09add 'output_stream': 'stderr', let golint workwuqiong4945
2017-11-09Fix #1101 - Ignore no-implicit-dependencies errors until TSLint supports ↵w0rp
checking via stdin properly
2017-11-08Add PyLS linter (#1097)Auri
* Support PyLS (python language server) * Replace pyls#GetProjectRoot and add more config types to ale#python#FindProjectRoot
2017-11-08Merge pull request #1093 from ttaylorr/masterw0rp
ale_linters: add 'dafny' linter
2017-11-08ale_linters/dafny: lint only saved filesTaylor Blau
2017-11-07README: denote that 'Dafny' linter checks filesTaylor Blau
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-07Merge pull request #1063 from aurieh/masterw0rp
Add dart LSP (resolves #1006)
2017-11-07Update doc and README for Dart LSPaurieh
2017-11-07Add dart LSP (resolves #1006)aurieh
2017-11-06#1006 Fix raw message handling for LSP support in NeoVimw0rp
2017-11-06Merge pull request #1087 from duleorlovic/masterw0rp
Add example for changing highlight color
2017-11-06Add example for changing highlight colorDusan Orlovic
Added example on how to actually change the color. Related to #1077
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 #1062 - Use <nomodeline> for the ALELint autocmd, so we don not mess ↵w0rp
with folds, etc.
2017-11-05Fix #1061 - Handle the filenames returned by javacw0rp
2017-11-04Fix #1058 - Ignore all errors with bad calls to jobstop() in NeoVimw0rp
2017-11-04#1081 Remove the ale#python#IsExecutable functionw0rp
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-11-03windows compatible warning match pattern for erlc (#1071)Antoine Reilles
* windows compatible warning match pattern for erlc
2017-11-02#1074 #1077 Add highlight configuration to the FAQw0rp
2017-11-01Merge pull request #1072 from drrcknlsn/masterw0rp
Prevent logging of errors in the php linter.
2017-10-31Prevent logging of errors in the php linter.Derrick Nelson
2017-10-31Merge pull request #1068 from maximbaz/patch-1w0rp
Put info about lightline-ale in README.md (fixes #1065)
2017-10-31Fix #936 - Check the actual files for gosimple and staticcheckw0rp
2017-10-31Put info about lightline-ale in README.md (fixes #1065)Maxim Baz
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-29#817 - Document the buffer toggling options, and define plug mappings for ↵w0rp
everything
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-27Merge pull request #1053 from SamHowie/hackfmtw0rp
Add hackfmt fixer
2017-10-27Add hackfmt fixerSam Howie
2017-10-27#1054 - Prevent ALE from adding the after directory to runtimepath too muchw0rp