Skip to content

Commit

Permalink
don't use custom type constructors rule
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed May 11, 2021
1 parent 46063ac commit f60cdde
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion review/src/ReviewConfig.elm
Expand Up @@ -40,11 +40,14 @@ config =

-- unused
, NoUnused.CustomTypeConstructors.rule []
, NoUnused.CustomTypeConstructorArgs.rule
, NoUnused.Dependencies.rule
, NoUnused.Exports.rule
, NoUnused.Modules.rule
, NoUnused.Parameters.rule
, NoUnused.Patterns.rule
, NoUnused.Variables.rule

-- I'd like to use this, but it doesn't detect uses through `Expect.equal`,
-- only pattern matching.
-- , NoUnused.CustomTypeConstructorArgs.rule
]

0 comments on commit f60cdde

Please sign in to comment.