Remove config file no longer used by devtools
This commit is contained in:
parent
e9b51a93b5
commit
40b162db6e
1 changed files with 0 additions and 26 deletions
|
@ -1,26 +0,0 @@
|
|||
---
|
||||
AbcMetricMethodCheck:
|
||||
score: 12.2
|
||||
AssignmentInConditionalCheck: {}
|
||||
CaseMissingElseCheck: {}
|
||||
ClassLineCountCheck:
|
||||
line_count: 324
|
||||
ClassNameCheck:
|
||||
pattern: !ruby/regexp /\A(?:[A-Z]+|[A-Z][a-z](?:[A-Z]?[a-z])+)\z/
|
||||
ClassVariableCheck: {}
|
||||
CyclomaticComplexityBlockCheck:
|
||||
complexity: 2
|
||||
CyclomaticComplexityMethodCheck:
|
||||
complexity: 4
|
||||
EmptyRescueBodyCheck: {}
|
||||
ForLoopCheck: {}
|
||||
MethodLineCountCheck:
|
||||
line_count: 9
|
||||
MethodNameCheck:
|
||||
pattern: !ruby/regexp /\A(?:[a-z\d](?:_?[a-z\d])+[?!=]?|\[\]=?|==|<=>|<<|[+*&|-])\z/
|
||||
ModuleLineCountCheck:
|
||||
line_count: 327
|
||||
ModuleNameCheck:
|
||||
pattern: !ruby/regexp /\A(?:[A-Z]+|[A-Z][a-z](?:[A-Z]?[a-z])+)\z/
|
||||
ParameterNumberCheck:
|
||||
parameter_count: 3
|
Loading…
Add table
Reference in a new issue