Skip to content

Commit

Permalink
[rb] can remove linter exclusion when deprecated code removed
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Mar 25, 2023
1 parent 45fcc05 commit a9ac837
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rb/.rubocop.yml
Expand Up @@ -60,6 +60,8 @@ Metrics/ModuleLength:

Metrics/PerceivedComplexity:
Max: 9
Exclude:
- 'lib/selenium/webdriver/common/local_driver.rb'

Naming/FileName:
Exclude:
Expand Down

0 comments on commit a9ac837

Please sign in to comment.