Sha256: 92c9677c3084bec4dd339699a56c34b0752e1ca4e1155196f05bd0733396bdd5
Contents?: true
Size: 970 Bytes
Versions: 10
Compression:
Stored size: 970 Bytes
Contents
--- AbcMetricMethodCheck: { score: 11.0 } AssignmentInConditionalCheck: { } CaseMissingElseCheck: { } ClassLineCountCheck: { line_count: 293 } 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: { } # TODO: decrease line_count to 5 to 10 MethodLineCountCheck: { line_count: 14 } MethodNameCheck: { pattern: !ruby/regexp '/\A(?:[a-z\d](?:_?[a-z\d])+[?!=]?|\[\]=?|==|<=>|[+*&|-])\z/' } ModuleLineCountCheck: { line_count: 295 } ModuleNameCheck: { pattern: !ruby/regexp '/\A(?:[A-Z]+|[A-Z][a-z](?:[A-Z]?[a-z])+)\z/' } # TODO: decrease parameter_count to 2 or less ParameterNumberCheck: { parameter_count: 3 }
Version data entries
10 entries across 10 versions & 1 rubygems