@@ -28,10 +28,13 @@ Gemspec/OrderedDependencies:
2828# SupportedHashRocketStyles: key, separator, table
2929# SupportedColonStyles: key, separator, table
3030# SupportedLastArgumentHashStyles: always_inspect, always_ignore, ignore_implicit, ignore_explicit
31- Layout/AlignHash :
31+ Layout/HashAlignment :
3232 Exclude :
3333 - ' spec/live/user_view_spec.rb'
3434
35+ Layout/LineLength :
36+ Max : 160
37+
3538# Offense count: 17
3639# Cop supports --auto-correct.
3740# Configuration parameters: EnforcedStyle.
@@ -106,7 +109,7 @@ Lint/DuplicateMethods:
106109 - ' lib/zendesk_api/resource.rb'
107110
108111# Offense count: 3
109- Lint/HandleExceptions :
112+ Lint/SuppressedException :
110113 Exclude :
111114 - ' Rakefile'
112115 - ' spec/core/collection_spec.rb'
@@ -138,7 +141,7 @@ Lint/ShadowingOuterLocalVariable:
138141
139142# Offense count: 10
140143# Cop supports --auto-correct.
141- Lint/StringConversionInInterpolation :
144+ Lint/RedundantStringCoercion :
142145 Exclude :
143146 - ' lib/zendesk_api/middleware/response/logger.rb'
144147 - ' spec/live/macro_spec.rb'
@@ -192,26 +195,6 @@ Naming/PredicateName:
192195 - ' spec/**/*'
193196 - ' lib/zendesk_api/associations.rb'
194197
195- # Offense count: 1
196- Performance/Caller :
197- Exclude :
198- - ' lib/zendesk_api/resource.rb'
199-
200- # Offense count: 1
201- # Cop supports --auto-correct.
202- Performance/RedundantBlockCall :
203- Exclude :
204- - ' lib/zendesk_api/collection.rb'
205-
206- # Offense count: 10
207- # Cop supports --auto-correct.
208- # Configuration parameters: MaxKeyValuePairs.
209- Performance/RedundantMerge :
210- Exclude :
211- - ' lib/zendesk_api/associations.rb'
212- - ' lib/zendesk_api/collection.rb'
213- - ' spec/macros/resource_macros.rb'
214-
215198# Offense count: 1
216199# Cop supports --auto-correct.
217200Security/YAMLLoad :
0 commit comments