2016-01-31 11:33:59 -05:00
|
|
|
Rails:
|
|
|
|
Enabled: true
|
|
|
|
|
|
|
|
AllCops:
|
|
|
|
Exclude:
|
|
|
|
- bin/*
|
|
|
|
|
|
|
|
Metrics/LineLength:
|
|
|
|
Max: 120
|
|
|
|
|
|
|
|
Style/Documentation:
|
|
|
|
Enabled: false
|
|
|
|
|
|
|
|
Style/StringLiterals:
|
|
|
|
EnforcedStyle: double_quotes
|
2021-01-06 10:54:17 +02:00
|
|
|
|
|
|
|
Layout/AlignParameters:
|
|
|
|
EnforcedStyle: with_fixed_indentation
|
2022-02-22 23:11:54 +02:00
|
|
|
|
|
|
|
Metrics/AbcSize:
|
|
|
|
Max: 100
|
|
|
|
Metrics/CyclomaticComplexity:
|
|
|
|
Max: 100
|
|
|
|
Metrics/MethodLength:
|
|
|
|
Max: 100
|
|
|
|
CountAsOne: ['array', 'hash', 'heredoc']
|
|
|
|
Metrics/ModuleLength:
|
|
|
|
Max: 300
|
|
|
|
CountAsOne: ['array', 'hash', 'heredoc']
|
|
|
|
Metrics/ClassLength:
|
|
|
|
Max: 300
|
|
|
|
Metrics/ParameterLists:
|
|
|
|
Max: 20
|
|
|
|
Metrics/PerceivedComplexity:
|
|
|
|
Max: 100
|