Skip to content

Commit

Permalink
Update .rubocop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
File Sync committed Aug 27, 2023
1 parent 28f27bd commit 539350d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,10 @@ Lint/EmptyBlock:
Exclude:
- "spec/**/*.rb"

Lint/EmptyFile:
Exclude:
- "spec/**/*.rb"

Lint/UselessMethodDefinition:
Exclude:
- "spec/**/*.rb"
Expand Down

0 comments on commit 539350d

Please sign in to comment.