6
6
# Note that changes in the inspected code, or installation of new
7
7
# versions of RuboCop, may require this file to be generated again.
8
8
9
- # Offense count: 2
10
- Lint/AmbiguousRegexpLiteral :
11
- Exclude :
12
- - ' spec/integration/selenium/webdriver/firefox/marionette_spec.rb'
13
-
14
9
# Offense count: 2
15
10
# Cop supports --auto-correct.
16
11
Lint/DeprecatedClassMethods :
@@ -69,7 +64,7 @@ Metrics/CyclomaticComplexity:
69
64
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes.
70
65
# URISchemes: http, https
71
66
Metrics/LineLength :
72
- Max : 318
67
+ Max : 319
73
68
74
69
# Offense count: 61
75
70
# Configuration parameters: CountComments.
@@ -103,17 +98,6 @@ Style/Alias:
103
98
- ' lib/selenium/webdriver/support/color.rb'
104
99
- ' spec/integration/selenium/webdriver/spec_support/guards.rb'
105
100
106
- # Offense count: 6
107
- # Cop supports --auto-correct.
108
- # Configuration parameters: EnforcedStyle, SupportedStyles.
109
- # SupportedStyles: with_first_parameter, with_fixed_indentation
110
- Style/AlignParameters :
111
- Exclude :
112
- - ' lib/selenium/webdriver/remote/bridge.rb'
113
- - ' spec/integration/selenium/webdriver/element_spec.rb'
114
- - ' spec/integration/selenium/webdriver/spec_support/test_environment.rb'
115
- - ' spec/unit/selenium/webdriver/remote/http/common_spec.rb'
116
-
117
101
# Offense count: 3
118
102
Style/AsciiComments :
119
103
Exclude :
@@ -145,13 +129,6 @@ Style/ClassAndModuleChildren:
145
129
Style/ClassCheck :
146
130
Enabled : false
147
131
148
- # Offense count: 3
149
- # Cop supports --auto-correct.
150
- Style/ClosingParenthesisIndentation :
151
- Exclude :
152
- - ' spec/integration/selenium/webdriver/spec_support/test_environment.rb'
153
- - ' spec/integration/selenium/webdriver/storage_spec.rb'
154
-
155
132
# Offense count: 3
156
133
# Cop supports --auto-correct.
157
134
# Configuration parameters: Keywords.
@@ -161,14 +138,6 @@ Style/CommentAnnotation:
161
138
- ' lib/selenium/webdriver/remote/w3c_bridge.rb'
162
139
- ' spec/integration/selenium/webdriver/window_spec.rb'
163
140
164
- # Offense count: 3
165
- # Cop supports --auto-correct.
166
- Style/CommentIndentation :
167
- Exclude :
168
- - ' lib/selenium/webdriver/edge/legacy_support.rb'
169
- - ' spec/integration/selenium/webdriver/spec_support/test_environment.rb'
170
- - ' spec/integration/selenium/webdriver/target_locator_spec.rb'
171
-
172
141
# Offense count: 1
173
142
Style/ConstantName :
174
143
Exclude :
@@ -198,67 +167,6 @@ Style/Documentation:
198
167
Style/DotPosition :
199
168
Enabled : false
200
169
201
- # Offense count: 17
202
- # Cop supports --auto-correct.
203
- # Configuration parameters: AllowAdjacentOneLineDefs.
204
- Style/EmptyLineBetweenDefs :
205
- Exclude :
206
- - ' lib/selenium/webdriver/support/abstract_event_listener.rb'
207
-
208
- # Offense count: 19
209
- # Cop supports --auto-correct.
210
- Style/EmptyLines :
211
- Enabled : false
212
-
213
- # Offense count: 43
214
- # Cop supports --auto-correct.
215
- # Configuration parameters: EnforcedStyle, SupportedStyles.
216
- # SupportedStyles: empty_lines, no_empty_lines
217
- Style/EmptyLinesAroundBlockBody :
218
- Enabled : false
219
-
220
- # Offense count: 102
221
- # Cop supports --auto-correct.
222
- # Configuration parameters: EnforcedStyle, SupportedStyles.
223
- # SupportedStyles: empty_lines, no_empty_lines
224
- Style/EmptyLinesAroundClassBody :
225
- Enabled : false
226
-
227
- # Offense count: 3
228
- # Cop supports --auto-correct.
229
- Style/EmptyLinesAroundMethodBody :
230
- Exclude :
231
- - ' lib/selenium/webdriver/common/touch_screen.rb'
232
- - ' lib/selenium/webdriver/remote/bridge.rb'
233
- - ' lib/selenium/webdriver/remote/w3c_bridge.rb'
234
-
235
- # Offense count: 151
236
- # Cop supports --auto-correct.
237
- # Configuration parameters: EnforcedStyle, SupportedStyles.
238
- # SupportedStyles: empty_lines, no_empty_lines
239
- Style/EmptyLinesAroundModuleBody :
240
- Enabled : false
241
-
242
- # Offense count: 29
243
- # Cop supports --auto-correct.
244
- # Configuration parameters: AllowForAlignment, ForceEqualSignAlignment.
245
- Style/ExtraSpacing :
246
- Exclude :
247
- - ' lib/selenium/webdriver/chrome/profile.rb'
248
- - ' lib/selenium/webdriver/common/action_builder.rb'
249
- - ' lib/selenium/webdriver/common/error.rb'
250
- - ' lib/selenium/webdriver/common/log_entry.rb'
251
- - ' lib/selenium/webdriver/common/mouse.rb'
252
- - ' lib/selenium/webdriver/common/target_locator.rb'
253
- - ' lib/selenium/webdriver/firefox/profile.rb'
254
- - ' spec/integration/selenium/webdriver/firefox/marionette_spec.rb'
255
- - ' spec/unit/selenium/webdriver/action_builder_spec.rb'
256
- - ' spec/unit/selenium/webdriver/chrome/bridge_spec.rb'
257
- - ' spec/unit/selenium/webdriver/firefox/bridge_spec.rb'
258
- - ' spec/unit/selenium/webdriver/ie/bridge_spec.rb'
259
- - ' spec/unit/selenium/webdriver/search_context_spec.rb'
260
- - ' spec/unit/selenium/webdriver/socket_poller_spec.rb'
261
-
262
170
# Offense count: 1
263
171
# Configuration parameters: ExpectMatchingDefinition, Regex, IgnoreExecutableScripts.
264
172
Style/FileName :
@@ -283,13 +191,6 @@ Style/FormatString:
283
191
- ' lib/selenium/webdriver/safari/server.rb'
284
192
- ' lib/selenium/webdriver/support/color.rb'
285
193
286
- # Offense count: 1
287
- # Cop supports --auto-correct.
288
- # Configuration parameters: EnforcedStyle, SupportedStyles, IndentationWidth.
289
- # SupportedStyles: special_inside_parentheses, consistent, align_brackets
290
- Style/IndentArray :
291
- Enabled : false
292
-
293
194
# Offense count: 1
294
195
# Cop supports --auto-correct.
295
196
# Configuration parameters: EnforcedStyle, SupportedStyles.
@@ -298,21 +199,6 @@ Style/IndentationConsistency:
298
199
Exclude :
299
200
- ' spec/unit/selenium/webdriver/remote/http/default_spec.rb'
300
201
301
- # Offense count: 8
302
- # Cop supports --auto-correct.
303
- # Configuration parameters: Width.
304
- Style/IndentationWidth :
305
- Exclude :
306
- - ' lib/selenium/webdriver/remote/w3c_bridge.rb'
307
- - ' lib/selenium/webdriver/support/color.rb'
308
- - ' spec/integration/selenium/webdriver/spec_support/guards.rb'
309
-
310
- # Offense count: 1
311
- # Cop supports --auto-correct.
312
- Style/LeadingCommentSpace :
313
- Exclude :
314
- - ' lib/selenium/webdriver/common/driver_extensions/has_location.rb'
315
-
316
202
# Offense count: 6
317
203
# Cop supports --auto-correct.
318
204
Style/LineEndConcatenation :
@@ -334,13 +220,6 @@ Style/MethodCallParentheses:
334
220
Style/MethodName :
335
221
Enabled : false
336
222
337
- # Offense count: 52
338
- # Cop supports --auto-correct.
339
- # Configuration parameters: EnforcedStyle, SupportedStyles, IndentationWidth.
340
- # SupportedStyles: aligned, indented
341
- Style/MultilineMethodCallIndentation :
342
- Enabled : false
343
-
344
223
# Offense count: 3
345
224
# Cop supports --auto-correct.
346
225
# Configuration parameters: EnforcedStyle, SupportedStyles, IndentationWidth.
@@ -468,49 +347,6 @@ Style/SingleLineMethods:
468
347
- ' spec/unit/selenium/webdriver/firefox/extension_spec.rb'
469
348
- ' spec/unit/selenium/webdriver/wait_spec.rb'
470
349
471
- # Offense count: 5
472
- # Cop supports --auto-correct.
473
- Style/SpaceAfterComma :
474
- Exclude :
475
- - ' lib/selenium/webdriver/common/error.rb'
476
- - ' lib/selenium/webdriver/common/platform.rb'
477
- - ' lib/selenium/webdriver/common/touch_action_builder.rb'
478
- - ' spec/unit/selenium/webdriver/spec_helper.rb'
479
-
480
- # Offense count: 9
481
- # Cop supports --auto-correct.
482
- # Configuration parameters: AllowForAlignment.
483
- Style/SpaceAroundOperators :
484
- Exclude :
485
- - ' lib/selenium/webdriver/common/action_builder.rb'
486
- - ' lib/selenium/webdriver/common/driver.rb'
487
- - ' lib/selenium/webdriver/common/element.rb'
488
- - ' lib/selenium/webdriver/common/log_entry.rb'
489
- - ' lib/selenium/webdriver/firefox/profile.rb'
490
- - ' lib/selenium/webdriver/remote/http/curb.rb'
491
- - ' spec/unit/selenium/server_spec.rb'
492
-
493
- # Offense count: 5
494
- # Cop supports --auto-correct.
495
- Style/SpaceBeforeComma :
496
- Exclude :
497
- - ' lib/selenium/webdriver/remote/capabilities.rb'
498
- - ' spec/unit/selenium/webdriver/safari/bridge_spec.rb'
499
-
500
- # Offense count: 1
501
- # Cop supports --auto-correct.
502
- Style/SpaceInsideParens :
503
- Exclude :
504
- - ' spec/unit/selenium/webdriver/action_builder_spec.rb'
505
-
506
- # Offense count: 1
507
- # Cop supports --auto-correct.
508
- # Configuration parameters: EnforcedStyle, SupportedStyles.
509
- # SupportedStyles: space, no_space
510
- Style/SpaceInsideStringInterpolation :
511
- Exclude :
512
- - ' lib/selenium/webdriver/remote/response.rb'
513
-
514
350
# Offense count: 2
515
351
# Cop supports --auto-correct.
516
352
# Configuration parameters: SupportedStyles.
@@ -532,13 +368,6 @@ Style/StringLiterals:
532
368
Style/StringLiteralsInInterpolation :
533
369
Enabled : false
534
370
535
- # Offense count: 22
536
- # Cop supports --auto-correct.
537
- # Configuration parameters: EnforcedStyle, SupportedStyles.
538
- # SupportedStyles: final_newline, final_blank_line
539
- Style/TrailingBlankLines :
540
- Enabled : false
541
-
542
371
# Offense count: 9
543
372
# Cop supports --auto-correct.
544
373
# Configuration parameters: EnforcedStyleForMultiline, SupportedStyles.
@@ -554,15 +383,6 @@ Style/TrailingCommaInLiteral:
554
383
- ' spec/unit/selenium/webdriver/proxy_spec.rb'
555
384
- ' spec/unit/selenium/webdriver/safari/bridge_spec.rb'
556
385
557
- # Offense count: 5
558
- # Cop supports --auto-correct.
559
- Style/TrailingWhitespace :
560
- Exclude :
561
- - ' lib/selenium/webdriver/common/alert.rb'
562
- - ' lib/selenium/webdriver/remote/bridge.rb'
563
- - ' lib/selenium/webdriver/remote/commands.rb'
564
- - ' spec/unit/selenium/webdriver/support/select_spec.rb'
565
-
566
386
# Offense count: 5
567
387
# Cop supports --auto-correct.
568
388
# Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, IgnoreClassMethods, Whitelist.
0 commit comments