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 c740cc3 commit 8967565Copy full SHA for 8967565
rubocop.yml
@@ -165,6 +165,8 @@ Layout/HeredocIndentation:
165
<% if rubocop_version >= "1.67" %>
166
Layout/LeadingCommentSpace:
167
AllowRBSInlineAnnotation: true
168
+ Reference:
169
+ - https://github.com/Shopify/ruby-style-guide/pull/693
170
<% end %>
171
172
Layout/LineContinuationLeadingSpace:
test/fixtures/full_config.yml
@@ -729,6 +729,8 @@ Layout/LeadingCommentSpace:
729
AllowGemfileRubyComment: false
730
731
AllowSteepAnnotation: false
732
733
734
Layout/LeadingEmptyLines:
735
Description: Check for unnecessary blank lines at the beginning of a file.
736
Enabled: true
0 commit comments