@@ -8,12 +8,10 @@ ignore:
88- lib/zendesk_api/actions.rb :
99 - Lint/AssignmentInCondition
1010 - Style/HashSyntax
11- - Layout/SpaceInsideHashLiteralBraces
1211- lib/zendesk_api/association.rb :
1312 - Style/HashSyntax
1413 - Lint/AssignmentInCondition
1514 - Lint/ShadowedArgument
16- - Layout/SpaceInsideBlockBraces
1715 - Style/SafeNavigation
1816- lib/zendesk_api/associations.rb :
1917 - Style/HashSyntax
@@ -22,9 +20,7 @@ ignore:
2220 - Performance/RedundantMerge
2321- lib/zendesk_api/client.rb :
2422 - Style/MissingRespondToMissing
25- - Layout/SpaceInsideHashLiteralBraces
2623 - Style/HashSyntax
27- - Layout/ArgumentAlignment
2824 - Lint/AssignmentInCondition
2925- lib/zendesk_api/collection.rb :
3026 - Style/PercentLiteralDelimiters
@@ -34,11 +30,8 @@ ignore:
3430 - Style/Alias
3531 - Performance/StringIdentifierArgument
3632 - Style/ParenthesesAroundCondition
37- - Layout/SpaceInsideHashLiteralBraces
3833- lib/zendesk_api/configuration.rb :
3934 - Style/HashSyntax
40- - lib/zendesk_api/helpers.rb :
41- - Layout/DotPosition
4235- lib/zendesk_api/middleware/request/encode_json.rb :
4336 - Lint/Void
4437- lib/zendesk_api/middleware/request/etag_cache.rb :
@@ -51,19 +44,15 @@ ignore:
5144 - Lint/RedundantStringCoercion
5245- lib/zendesk_api/pagination.rb :
5346 - Style/Alias
54- - Layout/SpaceInsideHashLiteralBraces
55- - Layout/ClosingParenthesisIndentation
5647- lib/zendesk_api/resource.rb :
5748 - Style/Alias
5849 - Style/TrivialAccessors
5950 - Style/HashSyntax
6051 - Lint/DuplicateMethods
6152 - Performance/Caller
62- - Layout/SpaceInsideHashLiteralBraces
6353- lib/zendesk_api/resources.rb :
6454 - Style/Alias
6555 - Style/HashSyntax
66- - Layout/SpaceInsideHashLiteralBraces
6756 - Style/PercentLiteralDelimiters
6857 - Lint/AssignmentInCondition
6958- lib/zendesk_api/search.rb :
@@ -72,216 +61,143 @@ ignore:
7261 - Style/Alias
7362- spec/core/association_spec.rb :
7463 - Style/HashSyntax
75- - Layout/SpaceInsideHashLiteralBraces
7664- spec/core/bulk_actions_spec.rb :
7765 - Style/HashSyntax
78- - Layout/SpaceInsideHashLiteralBraces
79- - Layout/ArgumentAlignment
80- - Layout/MultilineMethodCallBraceLayout
8166- spec/core/client_spec.rb :
82- - Layout/SpaceInsideHashLiteralBraces
8367 - Style/HashSyntax
8468- spec/core/collection_spec.rb :
85- - Layout/SpaceInsideHashLiteralBraces
8669 - Style/HashSyntax
87- - Layout/ArgumentAlignment
88- - Layout/MultilineMethodCallBraceLayout
89- - Layout/ClosingParenthesisIndentation
9070 - Lint/ConstantDefinitionInBlock
9171 - Lint/InheritException
9272 - Style/Proc
93- - Layout/DotPosition
9473 - Style/PercentLiteralDelimiters
9574 - Style/TernaryParentheses
9675- spec/core/configuration_spec.rb :
97- - Layout/SpaceInsideHashLiteralBraces
9876 - Style/HashSyntax
9977- spec/core/create_resource_spec.rb :
100- - Layout/SpaceInsideHashLiteralBraces
10178 - Style/HashSyntax
102- - spec/core/data_namespace_spec.rb :
103- - Layout/DotPosition
10479- spec/core/data_resource_spec.rb :
10580 - Style/HashSyntax
106- - Layout/SpaceInsideHashLiteralBraces
10781- spec/core/middleware/request/encode_json_spec.rb :
108- - Layout/SpaceInsideHashLiteralBraces
10982 - Style/HashSyntax
11083- spec/core/middleware/request/etag_cache_spec.rb :
11184 - Style/HashSyntax
112- - Layout/SpaceInsideHashLiteralBraces
11385 - Style/PercentLiteralDelimiters
11486- spec/core/middleware/request/retry_spec.rb :
115- - Layout/DotPosition
11687 - Style/HashSyntax
117- - Layout/SpaceInsideHashLiteralBraces
11888- spec/core/middleware/request/upload_spec.rb :
11989 - Style/HashSyntax
120- - Layout/SpaceInsideHashLiteralBraces
12190- spec/core/middleware/response/callback_spec.rb :
12291 - Style/HashSyntax
123- - Layout/SpaceInsideHashLiteralBraces
12492- spec/core/middleware/response/deflate_spec.rb :
12593 - Style/HashSyntax
12694- spec/core/middleware/response/gzip_spec.rb :
12795 - Style/HashSyntax
128- - spec/core/middleware/response/parse_iso_dates_spec.rb :
129- - Layout/SpaceBeforeBlockBraces
130- - Layout/SpaceInsideHashLiteralBraces
13196- spec/core/middleware/response/parse_json_spec.rb :
13297 - Style/HashSyntax
13398- spec/core/middleware/response/raise_error_spec.rb :
13499 - Style/HashSyntax
135- - Layout/ArgumentAlignment
136- - Layout/SpaceInsideHashLiteralBraces
137100- spec/core/read_resource_spec.rb :
138101 - Style/HashSyntax
139- - Layout/SpaceBeforeBlockBraces
140- - Layout/ArgumentAlignment
141- - Layout/SpaceInsideHashLiteralBraces
142- - Layout/ClosingParenthesisIndentation
143102- spec/core/resource_spec.rb :
144- - Layout/SpaceInsideHashLiteralBraces
145103 - Style/HashSyntax
146104 - Lint/ConstantDefinitionInBlock
147105 - Style/PercentLiteralDelimiters
148- - Layout/SpaceBeforeBlockBraces
149106- spec/core/resources/automation_spec.rb :
150107 - Style/HashSyntax
151- - Layout/SpaceInsideHashLiteralBraces
152108- spec/core/resources/macro_spec.rb :
153109 - Style/HashSyntax
154- - Layout/SpaceInsideHashLiteralBraces
155110- spec/core/resources/trigger_spec.rb :
156111 - Style/HashSyntax
157- - Layout/SpaceInsideHashLiteralBraces
158112- spec/core/resources/view_spec.rb :
159113 - Style/HashSyntax
160- - Layout/SpaceInsideHashLiteralBraces
161114 - Style/PercentLiteralDelimiters
162- - spec/core/search_spec.rb :
163- - Layout/SpaceInsideHashLiteralBraces
164115- spec/core/spec_helper.rb :
165116 - Style/GlobalVars
166117 - Style/HashSyntax
167- - Layout/SpaceInsideHashLiteralBraces
168118 - Style/MixinUsage
169119- spec/core/trackie_spec.rb :
170120 - Style/BlockComments
171121- spec/fixtures/zendesk.rb :
172122 - Style/HashSyntax
173- - Layout/SpaceInsideHashLiteralBraces
174123- spec/live/app_installation_spec.rb :
175124 - Style/HashSyntax
176- - Layout/SpaceInsideHashLiteralBraces
177125 - Style/PercentLiteralDelimiters
178126- spec/live/app_spec.rb :
179127 - Style/HashSyntax
180- - Layout/SpaceInsideHashLiteralBraces
181128 - Style/PercentLiteralDelimiters
182129- spec/live/article_spec.rb :
183- - Layout/SpaceInsideHashLiteralBraces
184130 - Style/HashSyntax
185131- spec/live/automation_spec.rb :
186132 - Style/HashSyntax
187- - Layout/SpaceInsideHashLiteralBraces
188133- spec/live/bookmark_spec.rb :
189- - Layout/SpaceInsideHashLiteralBraces
190134 - Style/HashSyntax
191135- spec/live/brand_spec.rb :
192- - Layout/SpaceInsideHashLiteralBraces
193136 - Style/HashSyntax
194137- spec/live/category_spec.rb :
195- - Layout/SpaceInsideHashLiteralBraces
196138 - Style/HashSyntax
197139- spec/live/dynamic_content/item_spec.rb :
198140 - Style/HashSyntax
199141- spec/live/dynamic_content/variant_spec.rb :
200142 - Style/HashSyntax
201143- spec/live/group_membership_spec.rb :
202- - Layout/SpaceInsideHashLiteralBraces
203144 - Style/HashSyntax
204145- spec/live/group_spec.rb :
205- - Layout/SpaceInsideHashLiteralBraces
206146 - Style/HashSyntax
207147- spec/live/identity_spec.rb :
208- - Layout/SpaceInsideHashLiteralBraces
209148 - Style/HashSyntax
210149- spec/live/macro_spec.rb :
211- - Layout/SpaceInsideHashLiteralBraces
212150 - Style/HashSyntax
213151 - Lint/RedundantStringCoercion
214152- spec/live/organization_field_spec.rb :
215- - Layout/SpaceInsideHashLiteralBraces
216153 - Style/HashSyntax
217154- spec/live/organization_membership_spec.rb :
218- - Layout/SpaceInsideHashLiteralBraces
219155 - Style/HashSyntax
220156- spec/live/organization_spec.rb :
221- - Layout/SpaceInsideHashLiteralBraces
222157 - Style/HashSyntax
223158- spec/live/organization_subscription_spec.rb :
224- - Layout/SpaceInsideHashLiteralBraces
225159 - Style/HashSyntax
226160- spec/live/push_notification_device_spec.rb :
227161 - Style/PercentLiteralDelimiters
228162- spec/live/request_spec.rb :
229163 - Style/HashSyntax
230- - Layout/SpaceInsideHashLiteralBraces
231164- spec/live/section_spec.rb :
232- - Layout/SpaceInsideHashLiteralBraces
233165 - Style/HashSyntax
234166- spec/live/setting_spec.rb :
235167 - Style/HashSyntax
236168- spec/live/suspended_ticket_spec.rb :
237169 - Style/HashSyntax
238- - Layout/SpaceInsideHashLiteralBraces
239170- spec/live/tag_spec.rb :
240171 - Style/PercentLiteralDelimiters
241172 - Style/HashSyntax
242173- spec/live/target_spec.rb :
243174 - Style/HashSyntax
244175 - Lint/BooleanSymbol
245176- spec/live/ticket_field_spec.rb :
246- - Layout/SpaceInsideHashLiteralBraces
247177 - Style/HashSyntax
248178- spec/live/ticket_form_spec.rb :
249- - Layout/SpaceInsideHashLiteralBraces
250179 - Style/HashSyntax
251180- spec/live/ticket_spec.rb :
252181 - Style/HashSyntax
253- - Layout/SpaceInsideHashLiteralBraces
254182 - Style/PercentLiteralDelimiters
255- - Layout/FirstHashElementIndentation
256183- spec/live/topic_spec.rb :
257184 - Style/HashSyntax
258185- spec/live/trigger_category_spec.rb :
259- - Layout/SpaceInsideHashLiteralBraces
260186 - Style/HashSyntax
261187- spec/live/trigger_spec.rb :
262188 - Style/HashSyntax
263- - Layout/SpaceInsideHashLiteralBraces
264189- spec/live/upload_spec.rb :
265- - Layout/SpaceInsideHashLiteralBraces
266190 - Style/HashSyntax
267191- spec/live/user_field_spec.rb :
268- - Layout/SpaceInsideHashLiteralBraces
269192 - Style/HashSyntax
270193- spec/live/user_spec.rb :
271- - Layout/SpaceInsideHashLiteralBraces
272194 - Style/HashSyntax
273195- spec/live/user_view_spec.rb :
274196 - Style/HashSyntax
275- - Layout/HashAlignment
276- - Layout/SpaceInsideHashLiteralBraces
277197- spec/live/view_spec.rb :
278198 - Style/HashSyntax
279- - Layout/SpaceInsideHashLiteralBraces
280199- spec/macros/resource_macros.rb :
281- - Layout/SpaceInsideHashLiteralBraces
282200 - Lint/RedundantStringCoercion
283201 - Style/HashSyntax
284202 - Performance/RedundantMerge
285203 - Style/MultilineIfModifier
286- - zendesk_api.gemspec :
287- - Layout/ExtraSpacing
0 commit comments