mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
35 lines
574 B
YAML
35 lines
574 B
YAML
Rails:
|
|
Enabled: true
|
|
|
|
AllCops:
|
|
Exclude:
|
|
- bin/*
|
|
|
|
Metrics/LineLength:
|
|
Max: 120
|
|
|
|
Style/Documentation:
|
|
Enabled: false
|
|
|
|
Style/StringLiterals:
|
|
EnforcedStyle: double_quotes
|
|
|
|
Layout/AlignParameters:
|
|
EnforcedStyle: with_fixed_indentation
|
|
|
|
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
|