Skip to content

Commit 8967565

Browse files
committed
Reference #693
This adds a `Reference` for configuration decided in #693.
1 parent c740cc3 commit 8967565

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

rubocop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ Layout/HeredocIndentation:
165165
<% if rubocop_version >= "1.67" %>
166166
Layout/LeadingCommentSpace:
167167
AllowRBSInlineAnnotation: true
168+
Reference:
169+
- https://github.com/Shopify/ruby-style-guide/pull/693
168170
<% end %>
169171

170172
Layout/LineContinuationLeadingSpace:

test/fixtures/full_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,8 @@ Layout/LeadingCommentSpace:
729729
AllowGemfileRubyComment: false
730730
AllowRBSInlineAnnotation: true
731731
AllowSteepAnnotation: false
732+
Reference:
733+
- https://github.com/Shopify/ruby-style-guide/pull/693
732734
Layout/LeadingEmptyLines:
733735
Description: Check for unnecessary blank lines at the beginning of a file.
734736
Enabled: true

0 commit comments

Comments
 (0)