mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
18 lines
246 B
YAML
18 lines
246 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
|