Ignore unused constructor warning

This commit is contained in:
Jeroen Engels 2023-04-08 17:13:49 +02:00
parent a6c287acf1
commit e04c084cd6

View File

@ -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