summaryrefslogtreecommitdiff
path: root/ale_linters/elm
AgeCommit message (Expand)Author
2017-10-06Fix Elm linter for Windows (resolves #980)Keith Pinson
2017-09-10Elm local install support (#915)Clément DOUIN
2017-08-11Ban !=# and !=? from the codebasew0rp
2017-08-08Ban use of ==# or ==? in the codebase, and prefer is# or is? insteadw0rp
2017-06-27Elm linter shows full error rangesJasper Woudenberg
2017-06-25Improve elm linter (#637)Jasper Woudenberg
2017-05-12#549 Temporarily revert shell escaping changes, just for Windowsw0rp
2017-05-08#540 Fix shell escaping pretty much everywherew0rp
2017-04-17Move path functions to their own filew0rp
2017-04-15Fix #257 in preparation for #427, standardise options with fallbacks, and mak...w0rp
2017-03-01Add support for error detailsJasper Woudenberg
2017-02-26Copy all loclist items returned from handlers, and set up defaults for conven...w0rp
2017-02-11Replace every stdin-wrapper script with the new %t formatting supportw0rp
2017-01-22Add a script for custom checks to enforce using the abort flag for functions ...w0rp
2016-12-16Elm file filter & Windows bug fixes (#223)Eric Lehner
2016-12-13Add Elm linting via elm-make (#213)Eric Lehner