2017-06-04 16:21:05 -04:00
|
|
|
inherit_from: "./.rubocop.yml"
|
|
|
|
|
|
|
|
# 29 offenses
|
|
|
|
Layout/SpaceAroundOperators:
|
|
|
|
Enabled: true
|
|
|
|
|
|
|
|
# 21 offenses
|
|
|
|
Layout/SpaceInsideBlockBraces:
|
|
|
|
Enabled: true
|
|
|
|
|
|
|
|
# 16 offenses
|
|
|
|
Layout/SpaceAroundEqualsInParameterDefault:
|
|
|
|
Enabled: true
|
|
|
|
EnforcedStyle: no_space
|
|
|
|
|
|
|
|
# 15 offenses
|
|
|
|
Layout/SpaceInsideHashLiteralBraces:
|
|
|
|
Enabled: true
|
|
|
|
EnforcedStyle: no_space
|
|
|
|
|
|
|
|
# 8 offenses
|
|
|
|
Layout/EmptyLines:
|
|
|
|
Enabled: true
|
|
|
|
|
|
|
|
# 4 offenses
|
|
|
|
Layout/EmptyLinesAroundClassBody:
|
|
|
|
Enabled: true
|
|
|
|
Exclude:
|
|
|
|
- 'test/**/*'
|
|
|
|
|
|
|
|
# 6 offenses
|
|
|
|
Layout/EmptyLinesAroundMethodBody:
|
|
|
|
Enabled: true
|
|
|
|
|
|
|
|
# 5 offenses
|
|
|
|
Layout/EmptyLinesAroundModuleBody:
|
|
|
|
Enabled: true
|
|
|
|
|
|
|
|
# 5 offenses
|
|
|
|
Layout/IndentationWidth:
|
|
|
|
Enabled: true
|
2020-03-07 09:15:43 -05:00
|
|
|
|
2017-06-04 16:21:05 -04:00
|
|
|
# >200 offenses for 80
|
|
|
|
# 58 offenses for 100
|
|
|
|
# 18 offenses for 120
|
|
|
|
Metrics/LineLength:
|
|
|
|
Max: 120
|
|
|
|
AllowHeredoc: true
|
|
|
|
AllowURI: true
|
|
|
|
URISchemes:
|
|
|
|
- http
|
|
|
|
- https
|
|
|
|
IgnoreCopDirectives: false
|
|
|
|
IgnoredPatterns: []
|