rails/guides/.rubocop.yml

24 lines
338 B
YAML

inherit_from:
- '../.rubocop.yml'
Style/StringLiterals:
Enabled: false
Layout/IndentationConsistency:
Enabled: false
Style/EvalWithLocation:
Enabled: false
Performance/UnfreezeString:
Enabled: false
Style/RedundantBegin:
Enabled: false
Style/TrivialAccessors:
Enabled: false
Style/RedundantPercentQ:
Enabled: false