Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
w0rm committed Feb 18, 2023
1 parent d3e60bd commit 0bcabb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandbox/review/src/ReviewConfig.elm
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ config =
, NoUnused.CustomTypeConstructorArgs.rule
, NoUnused.Dependencies.rule
, NoUnused.Exports.rule
|> Review.Rule.ignoreErrorsForFiles ["src/Common/Camera.elm"]
|> Review.Rule.ignoreErrorsForFiles [ "src/Common/Camera.elm" ]
, NoUnused.Modules.rule
, NoUnused.Parameters.rule
, NoUnused.Patterns.rule
Expand Down

0 comments on commit 0bcabb6

Please sign in to comment.