forked from brighton36/libcraigscrape
-
Notifications
You must be signed in to change notification settings - Fork 1
/
roodi.yml
15 lines (14 loc) · 783 Bytes
/
roodi.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# AssignmentInConditionalCheck: { }
# CaseMissingElseCheck: { }
ClassLineCountCheck: { line_count: 300 }
ClassNameCheck: { pattern: !ruby/regexp /^[A-Z][a-zA-Z0-9]*$/ }
# ClassVariableCheck: { }
CyclomaticComplexityBlockCheck: { complexity: 12 }
CyclomaticComplexityMethodCheck: { complexity: 14 }
EmptyRescueBodyCheck: { }
ForLoopCheck: { }
MethodLineCountCheck: { line_count: 50 }
MethodNameCheck: { pattern: !ruby/regexp /^[_a-z<>=\[|+-\/\*`]+[_a-z0-9_<>=~@\[\]]*[=!\?]?$/ }
ModuleLineCountCheck: { line_count: 300 }
ModuleNameCheck: { pattern: !ruby/regexp /^[A-Z][a-zA-Z0-9]*$/ }
ParameterNumberCheck: { parameter_count: 5 }