Skip to content
This repository was archived by the owner on Oct 22, 2020. It is now read-only.

Commit f2a53b5

Browse files
committed
Exclude Lint/UnusedMethodArgument for core library
1 parent 75ba422 commit f2a53b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.rubocop.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,8 @@ Documentation:
4343
Style/IndentArray:
4444
Enabled: false
4545
Description: 'A lot of modules use a sensible indentation level that Rubocop does not like.'
46+
47+
Lint/UnusedMethodArgument:
48+
Description: 'A number of classes will contain unused parameters for documentation purposes.'
49+
Exclude:
50+
- 'lib/wpxf/**/*'

0 commit comments

Comments
 (0)