Merge branch 'stable' into develop
This commit is contained in:
commit
4fe9bb0bfe
1 changed files with 4 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
AllCops:
|
AllCops:
|
||||||
RunRailsCops: true
|
RunRailsCops: true
|
||||||
Exclude:
|
Exclude:
|
||||||
- 'db/schema.rb'
|
- "bin/**/*"
|
||||||
|
- "db/schema.rb"
|
||||||
|
|
||||||
# Commonly used screens these days easily fit more than 80 characters.
|
# Commonly used screens these days easily fit more than 80 characters.
|
||||||
Metrics/LineLength:
|
Metrics/LineLength:
|
||||||
|
|
@ -15,6 +16,8 @@ Metrics/MethodLength:
|
||||||
# The guiding principle of classes is SRP, SRP can't be accurately measured by LoC
|
# The guiding principle of classes is SRP, SRP can't be accurately measured by LoC
|
||||||
Metrics/ClassLength:
|
Metrics/ClassLength:
|
||||||
Max: 1500
|
Max: 1500
|
||||||
|
Metrics/ModuleLength:
|
||||||
|
Max: 1500
|
||||||
|
|
||||||
# Raise AbcSize from 15 to 20
|
# Raise AbcSize from 15 to 20
|
||||||
Metrics/AbcSize:
|
Metrics/AbcSize:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue