You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
430 B
34 lines
430 B
AllCops:
|
|
NewCops: enable
|
|
Exclude:
|
|
- "db/schema.rb"
|
|
|
|
Style/Encoding:
|
|
Enabled: false
|
|
|
|
Style/Documentation:
|
|
Enabled: false
|
|
|
|
#Metrics/LineLength:
|
|
#Max: 99
|
|
|
|
Metrics/BlockLength:
|
|
Max: 35
|
|
|
|
Metrics/MethodLength:
|
|
Max: 35
|
|
|
|
Metrics/ClassLength:
|
|
Enabled: false
|
|
|
|
Metrics/AbcSize:
|
|
Max: 30
|
|
|
|
Style/AsciiComments:
|
|
Enabled: false
|
|
|
|
Style/FrozenStringLiteralComment:
|
|
Enabled: false
|
|
|
|
Metrics/ModuleLength:
|
|
Enabled: false
|