Skip to content

Commit

Permalink
Merge pull request #163 from koic/enable_minitest_literal_as_actual_a…
Browse files Browse the repository at this point in the history
…rgument_cop

Enable `Minitest/LiteralAsActualArgument` cop
  • Loading branch information
toshimaru authored Sep 16, 2023
2 parents cc72308 + a8fc9b6 commit ddbe7d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/rails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,9 @@ Minitest/AssertRaisesWithRegexpArgument:
Minitest/AssertWithExpectedArgument:
Enabled: true

Minitest/LiteralAsActualArgument:
Enabled: true

Minitest/SkipEnsure:
Enabled: true

Expand Down

0 comments on commit ddbe7d5

Please sign in to comment.