Skip to content

Commit

Permalink
rtfeldman#446 disable failing elm-review rule for now
Browse files Browse the repository at this point in the history
  • Loading branch information
frankschmitt committed Oct 22, 2020
1 parent 226ab95 commit 195c27e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elm/review/src/ReviewConfig.elm
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ config =
, NoUnused.Modules.rule
,
-}
NoUnused.CustomTypeConstructorArgs.rule
, NoUnused.Dependencies.rule
-- NoUnused.CustomTypeConstructorArgs.rule -- fails on Test/Runner/Diff.elm
NoUnused.Dependencies.rule
, NoUnused.Parameters.rule
, NoUnused.Patterns.rule
, NoUnused.Variables.rule
Expand Down

0 comments on commit 195c27e

Please sign in to comment.