Skip to content

Commit

Permalink
Exclude specs from metric cops
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Sep 13, 2024
1 parent b9254ba commit 1b264f6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,19 @@ AllCops:

Layout/LineLength:
Enabled: false

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

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

Metrics/MethodLength:
Exclude:
- 'spec/**/*'

Metrics/ModuleLength:
Exclude:
- 'spec/**/*'
2 changes: 1 addition & 1 deletion .rubocop_todo.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1b264f6

Please sign in to comment.