mirror of https://github.com/rails/rails
27 lines
373 B
YAML
27 lines
373 B
YAML
inherit_from:
|
|
- '../.rubocop.yml'
|
|
|
|
AllCops:
|
|
TargetRubyVersion: 3.0
|
|
|
|
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
|