summaryrefslogtreecommitdiff
path: root/ale_linters
AgeCommit message (Expand)Author
2016-10-07Add basic scala support using scalac (#56)Zoltan Kalmar
2016-10-07updating config option format and adding to docjwilliams108
2016-10-06Merge pull request #53 from dahlia/haskell-stackw0rp
2016-10-06GHC Linter for Haskell StackHong Minhee
2016-10-06Add support for changing the eslint executable.w0rp
2016-10-06Fix loading of JSHint configuration files.w0rp
2016-10-06Merge pull request #50 from jwilliams108/linter-phpcsw0rp
2016-10-06correctly parse eslint warning typejwilliams108
2016-10-06adding phpcs linterjwilliams108
2016-10-05Update the author line and the filenames for the GCC format pattern.w0rp
2016-10-05Use gcc format for vint outputKabbaj Amine
2016-10-05Rename the sasslinters to use the same naming conventions, and add scsslint.w0rp
2016-10-04Add tidy support for htmlKabbaj Amine
2016-10-04Add a function for finding nearest files, and use it to fix JSHint so it will...w0rp
2016-10-04Add support for formatting filenames into commands, and use it to fix linting...w0rp
2016-10-04Add support for checking PHP code, courtesy of Spencer Wood.w0rp
2016-10-03Write YAML for the name instead, and make the example lines match the YAML li...w0rp
2016-10-04Merge pull request #36 from KabbAmine/linter-yamllintw0rp
2016-10-04Merge pull request #35 from KabbAmine/linter-jsonlint-fpw0rp
2016-10-04Merge pull request #33 from prashcr/comment-headersw0rp
2016-10-03Rename the SASS files to follow the convention from other files, and move the...w0rp
2016-10-03Add sass/scss support with sass-lintKabbaj Amine
2016-10-03Add linter yamllint for yamlKabbaj Amine
2016-10-03Add linter jsonlint for jsonKabbaj Amine
2016-10-04Add comment headers to ale_lintersPrashanth Chandra
2016-10-04Linter: tslint for typescriptPrashanth Chandra
2016-10-03Add support for linting with CSSLint.w0rp
2016-10-03Add support for checking Vim code with Vint.w0rp
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