mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-11-22 22:33:13 +03:00
Ignore unused constructor warning
This commit is contained in:
parent
a6c287acf1
commit
e04c084cd6
@ -58,6 +58,7 @@ config =
|
||||
, "src/Review/Fix.elm"
|
||||
]
|
||||
, NoUnused.CustomTypeConstructorArgs.rule
|
||||
|> Rule.ignoreErrorsForFiles [ "src/Review/Cache/ContextHash.elm" ]
|
||||
, NoUnused.CustomTypeConstructors.rule []
|
||||
, NoUnused.Dependencies.rule
|
||||
, NoUnused.Exports.rule
|
||||
|
Loading…
Reference in New Issue
Block a user