Skip to content

Commit 3ba95e0

Browse files
committed
[rb] Disable driver_finder RuboCop complaints
1 parent b9aa16a commit 3ba95e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rb/.rubocop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Layout/SpaceInsideHashLiteralBraces:
2121
Metrics/AbcSize:
2222
Max: 30
2323
Exclude:
24+
- 'lib/selenium/webdriver/common/driver_finder.rb'
2425
- 'lib/selenium/webdriver/common/options.rb'
2526
- 'lib/selenium/webdriver/remote/capabilities.rb'
2627
- 'lib/selenium/webdriver/remote/http/curb.rb'
@@ -61,6 +62,7 @@ Metrics/ModuleLength:
6162
CountComments: false
6263
Max: 110
6364
Exclude:
65+
- 'lib/selenium/webdriver/common/driver_finder.rb'
6466
- 'lib/selenium/webdriver/common/platform.rb'
6567
- 'spec/**/*'
6668

0 commit comments

Comments
 (0)