summaryrefslogtreecommitdiff
path: root/ale_linters
AgeCommit message (Expand)Author
2016-10-03Remove a test echo line.w0rp
2016-10-03Add support for shellcheck linting.w0rp
2016-10-03Add support for javascript.jsx filetypePaolo Gavocanov
2016-10-02Fix qflist output for coffeelintPrashanth Chandra
2016-10-02Add coffeelint for coffeescriptPrashanth Chandra
2016-09-18Add support for checking Haskell code via a wrapper script which can be used ...w0rp
2016-09-18Add support for checking C code with GCC too.w0rp
2016-09-18Add support for checking Fortran syntax with GCC. Mad respect for the mathema...w0rp
2016-09-18Run DUB in a separate process as well, so it will not cause import lag.w0rp
2016-09-16Add support for linting D code with DMD.w0rp
2016-09-16Merge pull request #2 from fijshion/jshint-linterw0rp
2016-09-16I accidentally credited the wrong guy. Let's fix that.w0rp
2016-09-15Add name and author to jshintChris Kyrouac
2016-09-15Add jshint linterChris Kyrouac
2016-09-15Credit fijshion for his work in the files, and make the new linters work agai...w0rp
2016-09-15Merge pull request #1 from fijshion/jscslinterw0rp
2016-09-15Merge pull request #3 from ynonp/masterw0rp
2016-09-15Add support for Bash and other shells. Add support for reading from stderr, a...w0rp
2016-09-15Output error codes in the error text too for flake8.w0rp
2016-09-15Add an option disabling warnings about trailing whitespace, and use it in fla...w0rp
2016-09-15FIXED commentsynonp
2016-09-15ADD rubocop linterynonp
2016-09-14Add jscs linterChris Kyrouac
2016-09-14Fix issues with switching buffers rapidly causing errors by remembering the b...w0rp
2016-09-13Fix the eslint linter so it won't throw away lines if one earlier line doesn'...w0rp
2016-09-13Add a linter rule for Python code.w0rp
2016-09-09Fix a bug with eslint parsing which mistakenly cleared markersw0rp
2016-09-09Add linting with eslint in NeoVim, with a few bugs.w0rp