We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be309d4 commit e9792bbCopy full SHA for e9792bb
rubocop.yml
@@ -65,6 +65,11 @@ Layout/FirstMethodArgumentLineBreak:
65
Layout/HashAlignment:
66
EnforcedLastArgumentHashStyle: ignore_implicit
67
68
+<% if rubocop_version >= "1.67" %>
69
+Layout/LeadingCommentSpace:
70
+ AllowRBSInlineAnnotation: true
71
+<% end %>
72
+
73
Layout/LineContinuationLeadingSpace:
74
Enabled: true
75
test/fixtures/full_config.yml
@@ -697,7 +697,7 @@ Layout/LeadingCommentSpace:
697
VersionChanged: '0.73'
698
AllowDoxygenCommentStyle: false
699
AllowGemfileRubyComment: false
700
- AllowRBSInlineAnnotation: false
701
AllowSteepAnnotation: false
702
Layout/LeadingEmptyLines:
703
Description: Check for unnecessary blank lines at the beginning of a file.
0 commit comments