Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmengels committed Apr 7, 2024
1 parent ae605ee commit be7c5d0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion review/src/ReviewConfig.elm
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,11 @@ config =
, NoSimpleLetBody.rule
, NoPrematureLetComputation.rule
, NoForbiddenWords.rule [ "REPLACEME" ]
, Css.NoUnknownClasses.cssFiles [ FilePattern.include "src/**/*.css"]
, Css.NoUnknownClasses.cssFiles [ FilePattern.include "src/**/*.css"
, FilePattern.exclude "**/Equalizer.css"
, FilePattern.excludeFolder "src/NotCss"
, FilePattern.include "src/NotCss/bar.css"
]
-- |> Css.NoUnknownClasses.withCssUsingFunctions cssUsingFunctions
|> Css.NoUnknownClasses.rule
]
Expand Down

0 comments on commit be7c5d0

Please sign in to comment.