refactor: fix elm-review suggestions

This commit is contained in:
Ananth Venkatesh 2025-02-16 00:22:06 -05:00
parent 595f7ddceb
commit 504c5f860d
Signed by: ananthv
GPG key ID: 4BB578E748CFE4FF
3 changed files with 102 additions and 102 deletions

View file

@ -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/" ]