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:
6565Layout/HashAlignment :
6666 EnforcedLastArgumentHashStyle : ignore_implicit
6767
68+ <% if rubocop_version >= "1.67" % >
69+ Layout/LeadingCommentSpace :
70+ AllowRBSInlineAnnotation : true
71+ <% end % >
72+
6873Layout/LineContinuationLeadingSpace :
6974 Enabled : true
7075
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