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 @@ -110,6 +110,11 @@ Layout/HashAlignment:
110110Layout/HeredocIndentation :
111111 Enabled : false
112112
113+ <% if rubocop_version >= "1.67" % >
114+ Layout/LeadingCommentSpace :
115+ AllowRBSInlineAnnotation : true
116+ <% end % >
117+
113118Layout/LineContinuationLeadingSpace :
114119 Enabled : true
115120
Original file line number Diff line number Diff line change @@ -697,7 +697,7 @@ Layout/LeadingCommentSpace:
697697 VersionChanged : ' 0.73'
698698 AllowDoxygenCommentStyle : false
699699 AllowGemfileRubyComment : false
700- AllowRBSInlineAnnotation : false
700+ AllowRBSInlineAnnotation : true
701701 AllowSteepAnnotation : false
702702Layout/LeadingEmptyLines :
703703 Description : Check for unnecessary blank lines at the beginning of a file.
You can’t perform that action at this time.
0 commit comments