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 b9aa16a commit 3ba95e0Copy full SHA for 3ba95e0
rb/.rubocop.yml
@@ -21,6 +21,7 @@ Layout/SpaceInsideHashLiteralBraces:
21
Metrics/AbcSize:
22
Max: 30
23
Exclude:
24
+ - 'lib/selenium/webdriver/common/driver_finder.rb'
25
- 'lib/selenium/webdriver/common/options.rb'
26
- 'lib/selenium/webdriver/remote/capabilities.rb'
27
- 'lib/selenium/webdriver/remote/http/curb.rb'
@@ -61,6 +62,7 @@ Metrics/ModuleLength:
61
62
CountComments: false
63
Max: 110
64
65
66
- 'lib/selenium/webdriver/common/platform.rb'
67
- 'spec/**/*'
68
0 commit comments