Analyzes Elm projects, to help find mistakes before your users find them.
Go to file
2017-01-16 00:18:17 +01:00
example Rename FindNoAnnotatedFunction to NoUnannotatedFunction 2017-01-16 00:18:17 +01:00
rules Rename FindNoAnnotatedFunction to NoUnannotatedFunction 2017-01-16 00:18:17 +01:00
tests Rename FindNoAnnotatedFunction to NoUnannotatedFunction 2017-01-16 00:18:17 +01:00
.gitignore Init project and copy example from bogdanp/elm-ast 2017-01-07 18:30:16 +01:00
elm-package.json Add NoDebug rule 2017-01-07 21:17:12 +01:00
Lint.elm Changed rule signature to be able to make a list of rules 2017-01-15 23:24:37 +01:00
Types.elm Make type Error contain the rule name 2017-01-15 23:30:33 +01:00
Visitor.elm Make lint take in a String rather than a list of statements 2017-01-09 22:13:27 +01:00