File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,11 @@ Layout/FirstMethodArgumentLineBreak:
65
65
Layout/HashAlignment :
66
66
EnforcedLastArgumentHashStyle : ignore_implicit
67
67
68
+ <% if rubocop_version >= "1.67" % >
69
+ Layout/LeadingCommentSpace :
70
+ AllowRBSInlineAnnotation : true
71
+ <% end % >
72
+
68
73
Layout/LineContinuationLeadingSpace :
69
74
Enabled : true
70
75
Original file line number Diff line number Diff line change @@ -697,7 +697,7 @@ Layout/LeadingCommentSpace:
697
697
VersionChanged : ' 0.73'
698
698
AllowDoxygenCommentStyle : false
699
699
AllowGemfileRubyComment : false
700
- AllowRBSInlineAnnotation : false
700
+ AllowRBSInlineAnnotation : true
701
701
AllowSteepAnnotation : false
702
702
Layout/LeadingEmptyLines :
703
703
Description : Check for unnecessary blank lines at the beginning of a file.
You can’t perform that action at this time.
0 commit comments