88
99# Offense count: 2
1010Metrics/AbcSize :
11- Max : 21
11+ Max : 22
1212
1313# Offense count: 3
1414# Configuration parameters: CountComments.
@@ -43,10 +43,11 @@ Style/Documentation:
4343 - ' lib/comma/object.rb'
4444 - ' lib/comma/relation.rb'
4545
46- Style/MethodMissingSuper :
46+ Lint/MissingSuper :
4747 Exclude :
4848 - ' lib/comma/data_extractor.rb'
4949 - ' lib/comma/header_extractor.rb'
50+ - ' spec/comma/comma_spec.rb'
5051
5152Style/MissingRespondToMissing :
5253 Exclude :
@@ -59,3 +60,40 @@ Style/MissingRespondToMissing:
5960Naming/VariableName :
6061 Exclude :
6162 - ' spec/comma/comma_spec.rb'
63+
64+ Style/StringConcatenation :
65+ Exclude :
66+ - ' spec/comma/comma_spec.rb'
67+ - ' spec/comma/rails/active_record_spec.rb'
68+ - ' spec/spec_helper.rb'
69+
70+ Lint/NonDeterministicRequireOrder :
71+ Exclude :
72+ - ' spec/spec_helper.rb'
73+
74+ Style/RedundantBegin :
75+ Exclude :
76+ - ' spec/spec_helper.rb'
77+
78+ Layout/SpaceAroundMethodCallOperator :
79+ Exclude :
80+ - ' spec/controllers/users_controller_spec.rb'
81+
82+ Lint/ConstantDefinitionInBlock :
83+ Exclude :
84+ - ' spec/comma/comma_spec.rb'
85+ - ' spec/comma/rails/active_record_spec.rb'
86+ - ' spec/comma/rails/data_mapper_collection_spec.rb'
87+ - ' spec/comma/rails/mongoid_spec.rb'
88+
89+ Layout/EmptyLinesAroundAttributeAccessor :
90+ Exclude :
91+ - ' spec/comma/comma_spec.rb'
92+
93+ Migration/DepartmentName :
94+ Exclude :
95+ - spec/comma/comma_spec.rb
96+
97+ Gemspec/RequiredRubyVersion :
98+ Exclude :
99+ - comma.gemspec
0 commit comments