Skip to content

Commit e6dd0b4

Browse files
committed
Fixing file path
1 parent 0dacbfb commit e6dd0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Naming/MethodParameterName:
9595

9696
Naming/PredicateMethod:
9797
Exclude:
98-
- 'rb/lib/selenium/webdriver/common/file_reaper.rb'
98+
- 'lib/selenium/webdriver/common/file_reaper.rb'
9999

100100
RSpec/AnyInstance:
101101
Enabled: false

0 commit comments

Comments
 (0)