Skip to content

Commit

Permalink
Disable Lint/ConstantDefinitionInBlock in specs
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Sep 30, 2020
1 parent 0898e5a commit ba72b15
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .rubocop_opinionated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ Layout/LineLength:
- 'test/**/*_test.rb'
Max: 100

Lint/ConstantDefinitionInBlock:
Exclude:
- 'spec/**/*'
- 'test/**/*'

# [codesmell]
Metrics/AbcSize:
Enabled: false
Expand Down

0 comments on commit ba72b15

Please sign in to comment.