We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 965e904 commit 51eaaa6Copy full SHA for 51eaaa6
rb/.rubocop.yml
@@ -56,13 +56,13 @@ Metrics/MethodLength:
56
- 'lib/selenium/server.rb'
57
- 'lib/selenium/webdriver/common/options.rb'
58
- 'lib/selenium/webdriver/common/driver.rb'
59
+ - 'lib/selenium/webdriver/common/driver_finder.rb'
60
- 'lib/selenium/webdriver/remote/http/default.rb'
61
62
Metrics/ModuleLength:
63
CountComments: false
64
Max: 110
65
Exclude:
- - 'lib/selenium/webdriver/common/driver_finder.rb'
66
- 'lib/selenium/webdriver/common/platform.rb'
67
- 'spec/**/*'
68
0 commit comments