We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a42e39 commit 5538639Copy full SHA for 5538639
.rubocop.yml
@@ -7,8 +7,5 @@ AllCops:
7
TargetRubyVersion: 2.6
8
9
# Disable cops that are not consistently available across all Ruby versions
10
-Lint/ParenthesesAsGroupedExpression:
11
- Enabled: false
12
-
13
Lint/RedundantCopDisableDirective:
14
Enabled: false
spec/lib/secure_headers/headers/content_security_policy_spec.rb
@@ -3,7 +3,7 @@
3
4
module SecureHeaders
5
describe ContentSecurityPolicy do
6
- let (:default_opts) do
+ let(:default_opts) do
{
default_src: %w(https:),
img_src: %w(https: data:),
spec/lib/secure_headers/headers/policy_management_spec.rb
@@ -8,7 +8,7 @@ module SecureHeaders
Configuration.default
end
0 commit comments