refactor: fix elm-review suggestions
This commit is contained in:
parent
595f7ddceb
commit
504c5f860d
3 changed files with 102 additions and 102 deletions
|
@ -12,7 +12,6 @@ when inside the directory containing this file.
|
|||
-}
|
||||
|
||||
import Docs.ReviewAtDocs
|
||||
import NoConfusingPrefixOperator
|
||||
import NoDebug.Log
|
||||
import NoDebug.TodoOrToString
|
||||
import NoExposingEverything
|
||||
|
@ -36,7 +35,6 @@ import Simplify
|
|||
config : List Rule
|
||||
config =
|
||||
[ Docs.ReviewAtDocs.rule
|
||||
, NoConfusingPrefixOperator.rule
|
||||
, NoDebug.Log.rule
|
||||
, NoDebug.TodoOrToString.rule
|
||||
|> Rule.ignoreErrorsForDirectories [ "tests/" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue