Skip to content

Commit 24c460f

Browse files
committed
Add Rubocop exclude for Lint/DeprecatedOpenSSLConstant
We use this notation on purpose to be able to test the behaviour.
1 parent 1c1c5bb commit 24c460f

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
@@ -33,6 +33,10 @@ Lint/AssignmentInCondition:
3333
Lint/BooleanSymbol:
3434
Enabled: false
3535

36+
Lint/DeprecatedOpenSSLConstant:
37+
Exclude:
38+
- library/openssl/digest/**/*.rb
39+
3640
Lint/InterpolationCheck:
3741
Enabled: false
3842

0 commit comments

Comments
 (0)