Skip to content

Commit

Permalink
Fix rubocop config
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Sep 13, 2024
1 parent ed22831 commit 43fd125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ AllCops:
Layout/LineLength:
Enabled: false

Metrics/BlockLength:
Metrics/AbcSize:
Exclude:
- 'spec/**/*'

Metrics/AbcSize:
Metrics/BlockLength:
Exclude:
- 'spec/**/*'

Expand Down

0 comments on commit 43fd125

Please sign in to comment.