|
2 | 2 | # Remove from this list as you refactor files. |
3 | 3 | --- |
4 | 4 | ignore: |
5 | | -- Rakefile: |
6 | | - - Style/HashSyntax |
7 | | - - Style/PercentLiteralDelimiters |
8 | 5 | - lib/zendesk_api/actions.rb: |
9 | 6 | - Lint/AssignmentInCondition |
10 | | - - Style/HashSyntax |
11 | 7 | - lib/zendesk_api/association.rb: |
12 | | - - Style/HashSyntax |
13 | 8 | - Lint/AssignmentInCondition |
14 | 9 | - Lint/ShadowedArgument |
15 | 10 | - Style/SafeNavigation |
16 | 11 | - lib/zendesk_api/associations.rb: |
17 | | - - Style/HashSyntax |
18 | | - - Style/EachWithObject |
19 | 12 | - Lint/AssignmentInCondition |
20 | 13 | - Performance/RedundantMerge |
21 | 14 | - lib/zendesk_api/client.rb: |
22 | 15 | - Style/MissingRespondToMissing |
23 | | - - Style/HashSyntax |
24 | 16 | - Lint/AssignmentInCondition |
25 | 17 | - lib/zendesk_api/collection.rb: |
26 | | - - Style/PercentLiteralDelimiters |
27 | 18 | - Performance/RedundantMerge |
28 | | - - Style/HashSyntax |
29 | 19 | - Style/SafeNavigation |
30 | | - - Style/Alias |
31 | | - - Performance/StringIdentifierArgument |
32 | | - - Style/ParenthesesAroundCondition |
33 | | -- lib/zendesk_api/configuration.rb: |
34 | | - - Style/HashSyntax |
35 | | -- lib/zendesk_api/middleware/request/encode_json.rb: |
36 | | - - Lint/Void |
37 | | -- lib/zendesk_api/middleware/request/etag_cache.rb: |
38 | | - - Style/HashSyntax |
39 | 20 | - lib/zendesk_api/middleware/request/retry.rb: |
40 | | - - Style/TernaryParentheses |
41 | | - - Style/RescueStandardError |
42 | 21 | - Style/SafeNavigation |
43 | | -- lib/zendesk_api/middleware/response/logger.rb: |
44 | | - - Lint/RedundantStringCoercion |
45 | | -- lib/zendesk_api/pagination.rb: |
46 | | - - Style/Alias |
47 | 22 | - lib/zendesk_api/resource.rb: |
48 | | - - Style/Alias |
49 | 23 | - Style/TrivialAccessors |
50 | | - - Style/HashSyntax |
51 | 24 | - Lint/DuplicateMethods |
52 | | - - Performance/Caller |
53 | 25 | - lib/zendesk_api/resources.rb: |
54 | | - - Style/Alias |
55 | | - - Style/HashSyntax |
56 | | - - Style/PercentLiteralDelimiters |
57 | 26 | - Lint/AssignmentInCondition |
58 | | -- lib/zendesk_api/search.rb: |
59 | | - - Style/Alias |
60 | | -- lib/zendesk_api/track_changes.rb: |
61 | | - - Style/Alias |
62 | | -- spec/core/association_spec.rb: |
63 | | - - Style/HashSyntax |
64 | | -- spec/core/bulk_actions_spec.rb: |
65 | | - - Style/HashSyntax |
66 | | -- spec/core/client_spec.rb: |
67 | | - - Style/HashSyntax |
68 | 27 | - spec/core/collection_spec.rb: |
69 | | - - Style/HashSyntax |
70 | 28 | - Lint/ConstantDefinitionInBlock |
71 | 29 | - Lint/InheritException |
72 | | - - Style/Proc |
73 | | - - Style/PercentLiteralDelimiters |
74 | | - - Style/TernaryParentheses |
75 | | -- spec/core/configuration_spec.rb: |
76 | | - - Style/HashSyntax |
77 | | -- spec/core/create_resource_spec.rb: |
78 | | - - Style/HashSyntax |
79 | | -- spec/core/data_resource_spec.rb: |
80 | | - - Style/HashSyntax |
81 | | -- spec/core/middleware/request/encode_json_spec.rb: |
82 | | - - Style/HashSyntax |
83 | | -- spec/core/middleware/request/etag_cache_spec.rb: |
84 | | - - Style/HashSyntax |
85 | | - - Style/PercentLiteralDelimiters |
86 | | -- spec/core/middleware/request/retry_spec.rb: |
87 | | - - Style/HashSyntax |
88 | | -- spec/core/middleware/request/upload_spec.rb: |
89 | | - - Style/HashSyntax |
90 | | -- spec/core/middleware/response/callback_spec.rb: |
91 | | - - Style/HashSyntax |
92 | | -- spec/core/middleware/response/deflate_spec.rb: |
93 | | - - Style/HashSyntax |
94 | | -- spec/core/middleware/response/gzip_spec.rb: |
95 | | - - Style/HashSyntax |
96 | | -- spec/core/middleware/response/parse_json_spec.rb: |
97 | | - - Style/HashSyntax |
98 | | -- spec/core/middleware/response/raise_error_spec.rb: |
99 | | - - Style/HashSyntax |
100 | | -- spec/core/read_resource_spec.rb: |
101 | | - - Style/HashSyntax |
102 | 30 | - spec/core/resource_spec.rb: |
103 | | - - Style/HashSyntax |
104 | 31 | - Lint/ConstantDefinitionInBlock |
105 | | - - Style/PercentLiteralDelimiters |
106 | | -- spec/core/resources/automation_spec.rb: |
107 | | - - Style/HashSyntax |
108 | | -- spec/core/resources/macro_spec.rb: |
109 | | - - Style/HashSyntax |
110 | | -- spec/core/resources/trigger_spec.rb: |
111 | | - - Style/HashSyntax |
112 | | -- spec/core/resources/view_spec.rb: |
113 | | - - Style/HashSyntax |
114 | | - - Style/PercentLiteralDelimiters |
115 | 32 | - spec/core/spec_helper.rb: |
116 | 33 | - Style/GlobalVars |
117 | | - - Style/HashSyntax |
118 | 34 | - Style/MixinUsage |
119 | | -- spec/core/trackie_spec.rb: |
120 | | - - Style/BlockComments |
121 | | -- spec/fixtures/zendesk.rb: |
122 | | - - Style/HashSyntax |
123 | | -- spec/live/app_installation_spec.rb: |
124 | | - - Style/HashSyntax |
125 | | - - Style/PercentLiteralDelimiters |
126 | | -- spec/live/app_spec.rb: |
127 | | - - Style/HashSyntax |
128 | | - - Style/PercentLiteralDelimiters |
129 | | -- spec/live/article_spec.rb: |
130 | | - - Style/HashSyntax |
131 | | -- spec/live/automation_spec.rb: |
132 | | - - Style/HashSyntax |
133 | | -- spec/live/bookmark_spec.rb: |
134 | | - - Style/HashSyntax |
135 | | -- spec/live/brand_spec.rb: |
136 | | - - Style/HashSyntax |
137 | | -- spec/live/category_spec.rb: |
138 | | - - Style/HashSyntax |
139 | | -- spec/live/dynamic_content/item_spec.rb: |
140 | | - - Style/HashSyntax |
141 | | -- spec/live/dynamic_content/variant_spec.rb: |
142 | | - - Style/HashSyntax |
143 | | -- spec/live/group_membership_spec.rb: |
144 | | - - Style/HashSyntax |
145 | | -- spec/live/group_spec.rb: |
146 | | - - Style/HashSyntax |
147 | | -- spec/live/identity_spec.rb: |
148 | | - - Style/HashSyntax |
149 | | -- spec/live/macro_spec.rb: |
150 | | - - Style/HashSyntax |
151 | | - - Lint/RedundantStringCoercion |
152 | | -- spec/live/organization_field_spec.rb: |
153 | | - - Style/HashSyntax |
154 | | -- spec/live/organization_membership_spec.rb: |
155 | | - - Style/HashSyntax |
156 | | -- spec/live/organization_spec.rb: |
157 | | - - Style/HashSyntax |
158 | | -- spec/live/organization_subscription_spec.rb: |
159 | | - - Style/HashSyntax |
160 | | -- spec/live/push_notification_device_spec.rb: |
161 | | - - Style/PercentLiteralDelimiters |
162 | | -- spec/live/request_spec.rb: |
163 | | - - Style/HashSyntax |
164 | | -- spec/live/section_spec.rb: |
165 | | - - Style/HashSyntax |
166 | | -- spec/live/setting_spec.rb: |
167 | | - - Style/HashSyntax |
168 | | -- spec/live/suspended_ticket_spec.rb: |
169 | | - - Style/HashSyntax |
170 | | -- spec/live/tag_spec.rb: |
171 | | - - Style/PercentLiteralDelimiters |
172 | | - - Style/HashSyntax |
173 | 35 | - spec/live/target_spec.rb: |
174 | | - - Style/HashSyntax |
175 | 36 | - Lint/BooleanSymbol |
176 | | -- spec/live/ticket_field_spec.rb: |
177 | | - - Style/HashSyntax |
178 | | -- spec/live/ticket_form_spec.rb: |
179 | | - - Style/HashSyntax |
180 | | -- spec/live/ticket_spec.rb: |
181 | | - - Style/HashSyntax |
182 | | - - Style/PercentLiteralDelimiters |
183 | | -- spec/live/topic_spec.rb: |
184 | | - - Style/HashSyntax |
185 | | -- spec/live/trigger_category_spec.rb: |
186 | | - - Style/HashSyntax |
187 | | -- spec/live/trigger_spec.rb: |
188 | | - - Style/HashSyntax |
189 | | -- spec/live/upload_spec.rb: |
190 | | - - Style/HashSyntax |
191 | | -- spec/live/user_field_spec.rb: |
192 | | - - Style/HashSyntax |
193 | | -- spec/live/user_spec.rb: |
194 | | - - Style/HashSyntax |
195 | | -- spec/live/user_view_spec.rb: |
196 | | - - Style/HashSyntax |
197 | | -- spec/live/view_spec.rb: |
198 | | - - Style/HashSyntax |
199 | 37 | - spec/macros/resource_macros.rb: |
200 | | - - Lint/RedundantStringCoercion |
201 | | - - Style/HashSyntax |
202 | 38 | - Performance/RedundantMerge |
203 | | - - Style/MultilineIfModifier |
0 commit comments