index
:
ale
feature/doc_contrib
feature/open_list_num
fix/broken_golang_links
fix/lua-language-server_docs
fix/use_stable_rust
master
topic/docker-free_testing
topic/plls
wip/cargo_multifile
wip/lint_fail_err
wip/twig
Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ale_linters
Age
Commit message (
Expand
)
Author
2016-10-04
Merge pull request #35 from KabbAmine/linter-jsonlint-fp
w0rp
2016-10-04
Merge pull request #33 from prashcr/comment-headers
w0rp
2016-10-03
Rename the SASS files to follow the convention from other files, and move the...
w0rp
2016-10-03
Add sass/scss support with sass-lint
Kabbaj Amine
2016-10-03
Add linter jsonlint for json
Kabbaj Amine
2016-10-04
Add comment headers to ale_linters
Prashanth Chandra
2016-10-04
Linter: tslint for typescript
Prashanth Chandra
2016-10-03
Add support for linting with CSSLint.
w0rp
2016-10-03
Add support for checking Vim code with Vint.
w0rp
2016-10-03
Remove a test echo line.
w0rp
2016-10-03
Add support for shellcheck linting.
w0rp
2016-10-03
Add support for javascript.jsx filetype
Paolo Gavocanov
2016-10-02
Fix qflist output for coffeelint
Prashanth Chandra
2016-10-02
Add coffeelint for coffeescript
Prashanth Chandra
2016-09-18
Add support for checking Haskell code via a wrapper script which can be used ...
w0rp
2016-09-18
Add support for checking C code with GCC too.
w0rp
2016-09-18
Add support for checking Fortran syntax with GCC. Mad respect for the mathema...
w0rp
2016-09-18
Run DUB in a separate process as well, so it will not cause import lag.
w0rp
2016-09-16
Add support for linting D code with DMD.
w0rp
2016-09-16
Merge pull request #2 from fijshion/jshint-linter
w0rp
2016-09-16
I accidentally credited the wrong guy. Let's fix that.
w0rp
2016-09-15
Add name and author to jshint
Chris Kyrouac
2016-09-15
Add jshint linter
Chris Kyrouac
2016-09-15
Credit fijshion for his work in the files, and make the new linters work agai...
w0rp
2016-09-15
Merge pull request #1 from fijshion/jscslinter
w0rp
2016-09-15
Merge pull request #3 from ynonp/master
w0rp
2016-09-15
Add support for Bash and other shells. Add support for reading from stderr, a...
w0rp
2016-09-15
Output error codes in the error text too for flake8.
w0rp
2016-09-15
Add an option disabling warnings about trailing whitespace, and use it in fla...
w0rp
2016-09-15
FIXED comments
ynonp
2016-09-15
ADD rubocop linter
ynonp
2016-09-14
Add jscs linter
Chris Kyrouac
2016-09-14
Fix issues with switching buffers rapidly causing errors by remembering the b...
w0rp
2016-09-13
Fix the eslint linter so it won't throw away lines if one earlier line doesn'...
w0rp
2016-09-13
Add a linter rule for Python code.
w0rp
2016-09-09
Fix a bug with eslint parsing which mistakenly cleared markers
w0rp
2016-09-09
Add linting with eslint in NeoVim, with a few bugs.
w0rp