We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27efd93 commit ec7c66aCopy full SHA for ec7c66a
1 file changed
.rubocop.yml
@@ -12,5 +12,9 @@ AllCops:
12
- "tmp/**/*"
13
- "vendor/**/*"
14
15
+GitHub/InsecureHashAlgorithm:
16
+ Exclude:
17
+ - "spec/unit/lib/hooks/plugins/request_validator/hmac_spec.rb"
18
+
19
Style/HashSyntax:
20
Enabled: false
0 commit comments