Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-12 | Fix #1716 - Replace tempdir() with a wrapper to preserve TMPDIR | w0rp | |
2018-05-15 | Make Elm linter backwards compatible with Elm 0.18 | Héctor Ramón Jiménez | |
2018-05-12 | Show Elm.Kernel as location when `report.path` is `null` in a general problem | Héctor Ramón Jiménez | |
2018-05-12 | Use `message` as `text` instead of `title` | Héctor Ramón Jiménez | |
`title` does not contain much information which forces to use :ALEDetail most of the time | |||
2018-05-11 | Test global problems and imported module errors | Héctor Ramón Jiménez | |
2018-05-11 | Upgrade Elm linter to support 0.19 error reports | Héctor Ramón Jiménez | |
2017-09-11 | Get more tests to pass on Windows | w0rp | |
2017-06-27 | Elm linter shows full error ranges | Jasper Woudenberg | |
2017-06-25 | Improve elm linter (#637) | Jasper Woudenberg | |
* Improve elm linter Some types of errors do not return nice JSON. Show them on the first line instead of showing nothing. * Remove unnecessary properties from elm linter * Add a vader test for elm-make linter * Test non-JSON elm-make errors are shown |