Analyzes Elm projects, to help find mistakes before your users find them.
Go to file
2017-01-17 23:32:30 +01:00
example Example: Show message when no errors were found 2017-01-17 00:00:28 +01:00
rules Simplify NoDebug 2017-01-17 23:32:30 +01:00
tests Add NoUnusedVariables rule 2017-01-16 23:34:05 +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 Add tests for NoDebug and visit all expression types 2017-01-16 00:51:31 +01:00