54 lines
728 B
YAML
54 lines
728 B
YAML
require: rubocop-performance
|
|
|
|
Rails:
|
|
Enabled: true
|
|
|
|
AllCops:
|
|
TargetRubyVersion: 2.3
|
|
TargetRailsVersion: 5.2
|
|
|
|
Metrics/AbcSize:
|
|
Max: 65
|
|
|
|
Metrics/BlockLength:
|
|
Max: 60
|
|
|
|
Metrics/ClassLength:
|
|
Enabled: false
|
|
|
|
Metrics/CyclomaticComplexity:
|
|
Max: 20
|
|
|
|
Metrics/LineLength:
|
|
Max: 140
|
|
|
|
Metrics/MethodLength:
|
|
Max: 60
|
|
|
|
Metrics/ModuleLength:
|
|
Enabled: false
|
|
|
|
Metrics/PerceivedComplexity:
|
|
Max: 25
|
|
|
|
Rails/SkipsModelValidations:
|
|
Enabled: false
|
|
|
|
Rails/CreateTableWithTimestamps:
|
|
Enabled: false
|
|
|
|
Performance/ChainArrayAllocation:
|
|
Enabled: true
|
|
|
|
Style/AutoResourceCleanup:
|
|
Enabled: true
|
|
|
|
Style/FrozenStringLiteralComment:
|
|
Enabled: false
|
|
|
|
Style/Documentation:
|
|
Enabled: false
|
|
|
|
Style/ExpandPathArguments:
|
|
Enabled: false
|