Skip to content

Commit

Permalink
Merge pull request #8434 from koic/fix_style_guide_url_for_space_insi…
Browse files Browse the repository at this point in the history
…de_hash_literal_braces

Fix a style guide link for `Layout/SpaceInsideHashLiteralBraces`
  • Loading branch information
koic committed Aug 2, 2020
2 parents e1c057d + 9921f98 commit 24bf447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/default.yml
Expand Up @@ -1234,7 +1234,7 @@ Layout/SpaceInsideBlockBraces:

Layout/SpaceInsideHashLiteralBraces:
Description: "Use spaces inside hash literal braces - or don't."
StyleGuide: '#spaces-operators'
StyleGuide: '#spaces-braces'
Enabled: true
VersionAdded: '0.49'
EnforcedStyle: space
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/cops_layout.adoc
Expand Up @@ -5852,7 +5852,7 @@ foo = { }

=== References

* https://rubystyle.guide#spaces-operators
* https://rubystyle.guide#spaces-braces

== Layout/SpaceInsideParens

Expand Down

0 comments on commit 24bf447

Please sign in to comment.