@@ -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,215 +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/SpaceInsideHashLiteralBraces
13096- spec/core/middleware/response/parse_json_spec.rb :
13197 - Style/HashSyntax
13298- spec/core/middleware/response/raise_error_spec.rb :
13399 - Style/HashSyntax
134- - Layout/ArgumentAlignment
135- - Layout/SpaceInsideHashLiteralBraces
136100- spec/core/read_resource_spec.rb :
137101 - Style/HashSyntax
138- - Layout/SpaceBeforeBlockBraces
139- - Layout/ArgumentAlignment
140- - Layout/SpaceInsideHashLiteralBraces
141- - Layout/ClosingParenthesisIndentation
142102- spec/core/resource_spec.rb :
143- - Layout/SpaceInsideHashLiteralBraces
144103 - Style/HashSyntax
145104 - Lint/ConstantDefinitionInBlock
146105 - Style/PercentLiteralDelimiters
147- - Layout/SpaceBeforeBlockBraces
148106- spec/core/resources/automation_spec.rb :
149107 - Style/HashSyntax
150- - Layout/SpaceInsideHashLiteralBraces
151108- spec/core/resources/macro_spec.rb :
152109 - Style/HashSyntax
153- - Layout/SpaceInsideHashLiteralBraces
154110- spec/core/resources/trigger_spec.rb :
155111 - Style/HashSyntax
156- - Layout/SpaceInsideHashLiteralBraces
157112- spec/core/resources/view_spec.rb :
158113 - Style/HashSyntax
159- - Layout/SpaceInsideHashLiteralBraces
160114 - Style/PercentLiteralDelimiters
161- - spec/core/search_spec.rb :
162- - Layout/SpaceInsideHashLiteralBraces
163115- spec/core/spec_helper.rb :
164116 - Style/GlobalVars
165117 - Style/HashSyntax
166- - Layout/SpaceInsideHashLiteralBraces
167118 - Style/MixinUsage
168119- spec/core/trackie_spec.rb :
169120 - Style/BlockComments
170121- spec/fixtures/zendesk.rb :
171122 - Style/HashSyntax
172- - Layout/SpaceInsideHashLiteralBraces
173123- spec/live/app_installation_spec.rb :
174124 - Style/HashSyntax
175- - Layout/SpaceInsideHashLiteralBraces
176125 - Style/PercentLiteralDelimiters
177126- spec/live/app_spec.rb :
178127 - Style/HashSyntax
179- - Layout/SpaceInsideHashLiteralBraces
180128 - Style/PercentLiteralDelimiters
181129- spec/live/article_spec.rb :
182- - Layout/SpaceInsideHashLiteralBraces
183130 - Style/HashSyntax
184131- spec/live/automation_spec.rb :
185132 - Style/HashSyntax
186- - Layout/SpaceInsideHashLiteralBraces
187133- spec/live/bookmark_spec.rb :
188- - Layout/SpaceInsideHashLiteralBraces
189134 - Style/HashSyntax
190135- spec/live/brand_spec.rb :
191- - Layout/SpaceInsideHashLiteralBraces
192136 - Style/HashSyntax
193137- spec/live/category_spec.rb :
194- - Layout/SpaceInsideHashLiteralBraces
195138 - Style/HashSyntax
196139- spec/live/dynamic_content/item_spec.rb :
197140 - Style/HashSyntax
198141- spec/live/dynamic_content/variant_spec.rb :
199142 - Style/HashSyntax
200143- spec/live/group_membership_spec.rb :
201- - Layout/SpaceInsideHashLiteralBraces
202144 - Style/HashSyntax
203145- spec/live/group_spec.rb :
204- - Layout/SpaceInsideHashLiteralBraces
205146 - Style/HashSyntax
206147- spec/live/identity_spec.rb :
207- - Layout/SpaceInsideHashLiteralBraces
208148 - Style/HashSyntax
209149- spec/live/macro_spec.rb :
210- - Layout/SpaceInsideHashLiteralBraces
211150 - Style/HashSyntax
212151 - Lint/RedundantStringCoercion
213152- spec/live/organization_field_spec.rb :
214- - Layout/SpaceInsideHashLiteralBraces
215153 - Style/HashSyntax
216154- spec/live/organization_membership_spec.rb :
217- - Layout/SpaceInsideHashLiteralBraces
218155 - Style/HashSyntax
219156- spec/live/organization_spec.rb :
220- - Layout/SpaceInsideHashLiteralBraces
221157 - Style/HashSyntax
222158- spec/live/organization_subscription_spec.rb :
223- - Layout/SpaceInsideHashLiteralBraces
224159 - Style/HashSyntax
225160- spec/live/push_notification_device_spec.rb :
226161 - Style/PercentLiteralDelimiters
227162- spec/live/request_spec.rb :
228163 - Style/HashSyntax
229- - Layout/SpaceInsideHashLiteralBraces
230164- spec/live/section_spec.rb :
231- - Layout/SpaceInsideHashLiteralBraces
232165 - Style/HashSyntax
233166- spec/live/setting_spec.rb :
234167 - Style/HashSyntax
235168- spec/live/suspended_ticket_spec.rb :
236169 - Style/HashSyntax
237- - Layout/SpaceInsideHashLiteralBraces
238170- spec/live/tag_spec.rb :
239171 - Style/PercentLiteralDelimiters
240172 - Style/HashSyntax
241173- spec/live/target_spec.rb :
242174 - Style/HashSyntax
243175 - Lint/BooleanSymbol
244176- spec/live/ticket_field_spec.rb :
245- - Layout/SpaceInsideHashLiteralBraces
246177 - Style/HashSyntax
247178- spec/live/ticket_form_spec.rb :
248- - Layout/SpaceInsideHashLiteralBraces
249179 - Style/HashSyntax
250180- spec/live/ticket_spec.rb :
251181 - Style/HashSyntax
252- - Layout/SpaceInsideHashLiteralBraces
253182 - Style/PercentLiteralDelimiters
254- - Layout/FirstHashElementIndentation
255183- spec/live/topic_spec.rb :
256184 - Style/HashSyntax
257185- spec/live/trigger_category_spec.rb :
258- - Layout/SpaceInsideHashLiteralBraces
259186 - Style/HashSyntax
260187- spec/live/trigger_spec.rb :
261188 - Style/HashSyntax
262- - Layout/SpaceInsideHashLiteralBraces
263189- spec/live/upload_spec.rb :
264- - Layout/SpaceInsideHashLiteralBraces
265190 - Style/HashSyntax
266191- spec/live/user_field_spec.rb :
267- - Layout/SpaceInsideHashLiteralBraces
268192 - Style/HashSyntax
269193- spec/live/user_spec.rb :
270- - Layout/SpaceInsideHashLiteralBraces
271194 - Style/HashSyntax
272195- spec/live/user_view_spec.rb :
273196 - Style/HashSyntax
274- - Layout/HashAlignment
275- - Layout/SpaceInsideHashLiteralBraces
276197- spec/live/view_spec.rb :
277198 - Style/HashSyntax
278- - Layout/SpaceInsideHashLiteralBraces
279199- spec/macros/resource_macros.rb :
280- - Layout/SpaceInsideHashLiteralBraces
281200 - Lint/RedundantStringCoercion
282201 - Style/HashSyntax
283202 - Performance/RedundantMerge
284203 - Style/MultilineIfModifier
285- - zendesk_api.gemspec :
286- - Layout/ExtraSpacing
0 commit comments