Skip to content

Commit 51eaaa6

Browse files
committed
[rb] Fix wrong RuboCop exclusion
1 parent 965e904 commit 51eaaa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ Metrics/MethodLength:
5656
- 'lib/selenium/server.rb'
5757
- 'lib/selenium/webdriver/common/options.rb'
5858
- 'lib/selenium/webdriver/common/driver.rb'
59+
- 'lib/selenium/webdriver/common/driver_finder.rb'
5960
- 'lib/selenium/webdriver/remote/http/default.rb'
6061

6162
Metrics/ModuleLength:
6263
CountComments: false
6364
Max: 110
6465
Exclude:
65-
- 'lib/selenium/webdriver/common/driver_finder.rb'
6666
- 'lib/selenium/webdriver/common/platform.rb'
6767
- 'spec/**/*'
6868

0 commit comments

Comments
 (0)