Skip to content

Commit a9ac837

Browse files
committed
[rb] can remove linter exclusion when deprecated code removed
1 parent 45fcc05 commit a9ac837

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
@@ -60,6 +60,8 @@ Metrics/ModuleLength:
6060

6161
Metrics/PerceivedComplexity:
6262
Max: 9
63+
Exclude:
64+
- 'lib/selenium/webdriver/common/local_driver.rb'
6365

6466
Naming/FileName:
6567
Exclude:

0 commit comments

Comments
 (0)