Skip to content

Commit

Permalink
rtfeldman#446 fixed style errors
Browse files Browse the repository at this point in the history
  • Loading branch information
frankschmitt committed Oct 31, 2020
1 parent 732b7e1 commit f8c94c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions elm/review/src/ReviewConfig.elm
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ config =
[ "src/Test/Reporter/Reporter.elm" --ConsoleReport, JsonReport, JunitReport are used externally
, "src/Console/Text.elm" -- Monochrome, UseColor are used externally
]

, NoUnused.Exports.rule
, NoUnused.Exports.rule
|> Review.Rule.ignoreErrorsForFiles
[ "x" --"src/Test/Runner/Node/Vendor/Diff.elm"
, "src/Test/Runner/Node.elm" -- run, TestProgram are used externally
Expand Down
2 changes: 2 additions & 0 deletions elm/src/Console/Text.elm
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ plain =


-- FOREGROUND COLORS --


red : String -> Text
red =
Text { foreground = Red, background = Default, style = Normal, modifiers = [] }
Expand Down
1 change: 0 additions & 1 deletion elm/src/Test/Runner/Node/Vendor/Console.elm
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ module Test.Runner.Node.Vendor.Console exposing (bgBlack, bgBlue, bgCyan, bgGree
-}



{-| Make the text darker.
This can be used with other text modifiers, such as color.
Expand Down

0 comments on commit f8c94c0

Please sign in to comment.