Skip to content

Commit

Permalink
Update review config
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirlogachev committed May 3, 2024
1 parent 34bdfb7 commit 19e4e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion review/src/ReviewConfig.elm
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ config =
, NoUnused.Patterns.rule
, NoExposingEverything.rule
, NoUnused.Variables.rule
, NoImportingEverything.rule [ "Element", "GridLayout2" ]
, NoImportingEverything.rule [ "Element" ]
, NoMissingTypeAnnotation.rule
, NoMissingTypeAnnotationInLetIn.rule
, NoPrematureLetComputation.rule
Expand Down

0 comments on commit 19e4e70

Please sign in to comment.