Skip to content

Commit

Permalink
Updated setting for rubocop.
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Rodionov <p0deje@gmail.com>
  • Loading branch information
RustyNail authored and p0deje committed Oct 3, 2017
1 parent 3a6b3be commit 5d76b6a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions rb/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Style/NumericLiterals:
Enabled: false

# Bug
Style/FileName:
Naming/FileName:
Exclude:
- 'lib/selenium-webdriver.rb'

Expand Down Expand Up @@ -83,8 +83,9 @@ Metrics/LineLength:
Exclude:
- 'lib/selenium/webdriver/remote/w3c/capabilities.rb'
- 'lib/selenium/webdriver/remote/bridge.rb'
- 'spec/unit/selenium/server_spec.rb'
- 'lib/selenium/webdriver/ie/service.rb'
- 'spec/unit/selenium/server_spec.rb'
- 'spec/integration/selenium/webdriver/timeout_spec.rb'

Metrics/ModuleLength:
Exclude:
Expand Down Expand Up @@ -168,3 +169,10 @@ Style/SymbolArray:

Style/TrailingCommaInLiteral:
Enabled: false

Style/Dir:
Exclude:
- 'selenium-webdriver.gemspec'

Lint/RescueWithoutErrorClass:
Enabled: false

0 comments on commit 5d76b6a

Please sign in to comment.