summaryrefslogtreecommitdiff
path: root/ale_linters/elm
AgeCommit message (Expand)Author
2021-05-26Enable gopls by default with GOPATH detectionw0rp
2021-03-01Close #2281 - Separate cwd commands from commandsw0rp
2019-09-04Elm language server params updateandys8
2019-07-10Elm-ls backward compatibility for previous namingandys8
2019-06-21Update elm-lsandys8
2019-03-21Add support for elm-lspAntew
2019-02-22#2132 - Replace all uses of foo_callback with foow0rp
2019-02-06Update syntax checkingw0rp
2019-01-19Pass --compiler flag to elm-test when linting 0.19 testsRafał Cieślak
2019-01-04fallback to elm if elm-tests isn’t availableAryeh Leib Taurog
2019-01-04fix: don’t use regex matchAryeh Leib Taurog
2019-01-04support tests/ with elm 0.19.0Aryeh Leib Taurog
2018-08-02Simplify the code for most linters and tests with closuresw0rp
2018-07-25Switch to v:t_ variables for type checksw0rp
2018-07-12Fix #1716 - Replace tempdir() with a wrapper to preserve TMPDIRw0rp
2018-05-25Fix multiline indentationHéctor Ramón Jiménez
2018-05-15Make Elm linter backwards compatible with Elm 0.18Héctor Ramón Jiménez
2018-05-12Show Elm.Kernel as location when `report.path` is `null` in a general problemHéctor Ramón Jiménez
2018-05-12Use `message` as `text` instead of `title`Héctor Ramón Jiménez
2018-05-11Update ale-elm docHéctor Ramón Jiménez
2018-05-11Test global problems and imported module errorsHéctor Ramón Jiménez
2018-05-11Upgrade Elm linter to support 0.19 error reportsHéctor Ramón Jiménez
2018-04-09Close #542 - Add an option for disabling running locally installed executable...w0rp
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