Remove config file no longer used by devtools

This commit is contained in:
Dan Kubb 2013-04-17 19:14:39 -07:00
parent e9b51a93b5
commit 40b162db6e

View file

@ -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