elm-review/rules
2017-01-21 15:40:06 +01:00
..
NoConstantCondition.elm Add NoConstantCondition rule 2017-01-21 15:40:06 +01:00
NoDebug.elm Simplify NoDebug 2017-01-17 23:32:30 +01:00
NoDuplicateImports.elm Fix NoDuplicateImports bug when importing submodules 2017-01-19 22:30:50 +01:00
NoExposingEverything.elm Make type Error contain the rule name 2017-01-15 23:30:33 +01:00
NoImportingEverything.elm Add NoImportingEverything rule 2017-01-19 22:27:11 +01:00
NoUnannotatedFunction.elm Rename FindNoAnnotatedFunction to NoUnannotatedFunction 2017-01-16 00:18:17 +01:00
NoUnusedVariables.elm Add NoUnusedVariables rule 2017-01-16 23:34:05 +01:00
SimplifyPiping.elm Add SimplifyPiping rule 2017-01-21 01:25:38 +01:00