mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00

* Exclude bin/ because it's generated code * Max line length of 120 characters * Documentation not required * Prefer double-quoted strings
15 lines
181 B
YAML
15 lines
181 B
YAML
Rails:
|
|
Enabled: true
|
|
|
|
AllCops:
|
|
Exclude:
|
|
- bin/*
|
|
|
|
Metrics/LineLength:
|
|
Max: 120
|
|
|
|
Style/Documentation:
|
|
Enabled: false
|
|
|
|
Style/StringLiterals:
|
|
EnforcedStyle: double_quotes
|