Skip to content

Commit

Permalink
Add Rubocop exclude for Lint/DeprecatedOpenSSLConstant
Browse files Browse the repository at this point in the history
We use this notation on purpose to be able to test the behaviour.
  • Loading branch information
herwinw committed Oct 29, 2023
1 parent 1c1c5bb commit 24c460f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ Lint/AssignmentInCondition:
Lint/BooleanSymbol:
Enabled: false

Lint/DeprecatedOpenSSLConstant:
Exclude:
- library/openssl/digest/**/*.rb

Lint/InterpolationCheck:
Enabled: false

Expand Down

0 comments on commit 24c460f

Please sign in to comment.