Update rubocop configuration
This commit is contained in:
20
.rubocop/lint.yml
Normal file
20
.rubocop/lint.yml
Normal file
@ -0,0 +1,20 @@
|
||||
# lint cop settings
|
||||
|
||||
#
|
||||
# False positives:
|
||||
# * expect { something }.to change { something } often triggers this
|
||||
#
|
||||
Lint/AmbiguousBlockAssociation:
|
||||
Exclude:
|
||||
- "spec/**/*_spec.rb"
|
||||
|
||||
#Lint/ShadowingOuterLocalVariable:
|
||||
# Exclude:
|
||||
# - "spec/**/*_spec.rb"
|
||||
#
|
||||
##
|
||||
## Assume we know what we do when resucing exception, as we do it much less often
|
||||
## than we actually should.
|
||||
##
|
||||
#Lint/SuppressedException:
|
||||
# Enabled: false
|
Reference in New Issue
Block a user