Skip to content

Commit dc28798

Browse files
committed
[rb] linter needs to ignore the the name of Rakefile
1 parent ce96b41 commit dc28798

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
@@ -78,6 +78,8 @@ Metrics/PerceivedComplexity:
7878
Naming/FileName:
7979
Exclude:
8080
- 'lib/selenium-webdriver.rb'
81+
- 'Rakefile'
82+
- '../Rakefile'
8183

8284
Naming/MethodParameterName:
8385
AllowedNames:

0 commit comments

Comments
 (0)