Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Suppress Style/SingleLineDoEndBlock in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Dec 4, 2023
1 parent 0040d03 commit d043098
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ Style/MethodDefParentheses:
Style/TrailingCommaInBlockArgs:
Enabled: true

Style/SingleLineDoEndBlock:
Enabled: true
Exclude:
- 'test/**/*'

Style/StringLiterals:
Enabled: true
EnforcedStyle: 'single_quotes'
Expand Down

0 comments on commit d043098

Please sign in to comment.