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

Commit 62a6cdd

Browse files
committed
Disable Style/ClassVars
1 parent 8f4f21c commit 62a6cdd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.rubocop.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,7 @@ Lint/UnusedMethodArgument:
4848
Description: 'A number of classes will contain unused parameters for documentation purposes.'
4949
Exclude:
5050
- 'lib/wpxf/**/*'
51+
52+
Style/ClassVars:
53+
Enabled: false
54+
Description: 'There are genuine use cases for using class vars.'

0 commit comments

Comments
 (0)