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.
2 parents decc697 + 7ff8441 commit 70a762fCopy full SHA for 70a762f
config/default.yml
@@ -331,7 +331,8 @@ Layout/SpaceInsideBlockBraces:
331
Enabled: true
332
333
Layout/SpaceInsideHashLiteralBraces:
334
- Enabled: false
+ Enabled: true
335
+ StyleGuide: https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#spaces-operators
336
337
Layout/SpaceInsideParens:
338
test/test_insecure_hash_algorithm.rb
@@ -10,7 +10,7 @@ def cop_class
10
end
11
12
def make_cop(allowed:)
13
- config = RuboCop::Config.new({"GitHub/InsecureHashAlgorithm" => {"Allowed" => allowed}})
+ config = RuboCop::Config.new({ "GitHub/InsecureHashAlgorithm" => { "Allowed" => allowed } })
14
cop_class.new(config)
15
16
0 commit comments