mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 06:53:45 +08:00
15 lines
197 B
YAML
15 lines
197 B
YAML
AllCops:
|
|
TargetRubyVersion: 2.3
|
|
|
|
Metrics/LineLength:
|
|
Max: 120
|
|
|
|
Metrics/MethodLength:
|
|
Enabled: false
|
|
|
|
Style/Documentation:
|
|
Enabled: false
|
|
|
|
Style/FrozenStringLiteralComment:
|
|
Enabled: False
|