Merge branch 'stable' into develop
This commit is contained in:
commit
2a06d78d12
1 changed files with 4 additions and 0 deletions
|
|
@ -13,6 +13,10 @@ 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
|
||||||
|
|
||||||
|
# Raise AbcSize from 15 to 20
|
||||||
|
Metrics/AbcSize:
|
||||||
|
Max: 20
|
||||||
|
|
||||||
# No space makes the method definition shorter and differentiates
|
# No space makes the method definition shorter and differentiates
|
||||||
# from a regular assignment.
|
# from a regular assignment.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue