65f5e15af5Rename the SASS files to follow the convention from other files, and move the function for handling CSSLint style output into the handlers file.
w0rp
2016-10-03 23:24:18 +0100
406e5db352Add sass/scss support with sass-lint
Kabbaj Amine
2016-10-03 21:02:21 +0300
66ee919756Merge pull request #31 from prashcr/master
w0rp
2016-10-03 22:27:52 +0200
d0669ba976Add linter yamllint for yaml
Kabbaj Amine
2016-10-03 22:49:02 +0300
5db4710e6dAdd linter jsonlint for json
Kabbaj Amine
2016-10-03 22:24:04 +0300
51b7d7bc95Add comment headers to ale_linters
Prashanth Chandra
2016-10-04 02:55:55 +0800
6a442dae6eFix a bug with reading from large files. Large files we being truncated by closing the input buffer too early.
w0rp
2016-09-27 15:06:26 +0100
937e979270Add some notes on usage, and re-arrange things.
w0rp
2016-09-19 22:19:21 +0100
33dae24632Add an Installation section for this plugin.
w0rp
2016-09-19 22:04:11 +0100
a39274d7f4Merge pull request #9 from prashcr/master
w0rp
2016-09-19 07:18:55 +0100
f8899f9ba7Use a different marker because of markdown issues.
w0rp
2016-09-19 00:04:32 +0100
a531ce44b7Fix the README sorting and formatting.
w0rp
2016-09-19 00:01:16 +0100
57ef2c9833Add support for checking Haskell code via a wrapper script which can be used for other tools, and fix a readline problem with the DMD wrapper script.
w0rp
2016-09-18 23:58:04 +0100
e0fc0c7bb6Explain the language and tools table some more.
w0rp
2016-09-18 19:36:54 +0100
b66b6f925aAdd support for checking C code with GCC too.
w0rp
2016-09-18 19:33:33 +0100
9553c24fa0Add support for checking Fortran syntax with GCC. Mad respect for the mathematicians.
w0rp
2016-09-18 19:19:40 +0100
0bc4b4c14cRun DUB in a separate process as well, so it will not cause import lag.
w0rp
2016-09-18 10:38:54 +0100
f346416f46Add option for choosing linters to run
Prashanth Chandra
2016-09-17 19:06:53 +0800
a32b380b6fAdd support for linting D code with DMD.
w0rp
2016-09-16 22:53:53 +0100
c84bafe7e7Merge pull request #2 from fijshion/jshint-linter
w0rp
2016-09-16 19:21:04 +0100
240ce7f566Add jshint to readme
Chris Kyrouac
2016-09-15 20:46:49 -0400
c856d00c7cAdd name and author to jshint
Chris Kyrouac
2016-09-15 20:37:37 -0400
641aa8afc3Add jshint linter
Chris Kyrouac
2016-09-14 16:34:18 -0400
f89738c951Link to explanations of the -n flag of each shell as best as we can.
w0rp
2016-09-15 21:22:34 +0100
53f2e47dabUpdate the README file to include jscs, and a comment about keeping the table sorted for new contributors to look at.
w0rp
2016-09-15 21:15:41 +0100
192b3db3eeCredit fijshion for his work in the files, and make the new linters work again by adding the now required name arguments.
w0rp
2016-09-15 21:09:04 +0100
d97d05e508Merge pull request #1 from fijshion/jscslinter
w0rp
2016-09-15 21:00:57 +0100
36b25a5da4Merge pull request #3 from ynonp/master
w0rp
2016-09-15 21:00:14 +0100
8cc28cdfbdAdd support for Bash and other shells. Add support for reading from stderr, and for generating the executable from functions. Both were needed to support shell linting.
w0rp
2016-09-15 20:20:41 +0100
d3047c9cf6Output error codes in the error text too for flake8.
w0rp
2016-09-15 13:08:35 +0100
c4fb7f949dAdd an option disabling warnings about trailing whitespace, and use it in flake8.
w0rp
2016-09-15 13:08:21 +0100
b236b6b353Echo the cursor status with a very short delay, so it will override other plugins.
w0rp
2016-09-15 10:57:11 +0100
a1becad490Add rubocop to readme file
ynonp
2016-09-15 10:42:13 +0300
8c7b158690Add jscs linter
Chris Kyrouac
2016-09-14 15:22:29 -0400
7fa437985fFix issues with switching buffers rapidly causing errors by remembering the buffer and passing the buffer value to various functions.
w0rp
2016-09-14 11:47:52 +0100