rubocop.yml: fix #: usage.

Also, do some automatic reformating.
This commit is contained in:
Mike McQuaid 2021-08-16 13:58:13 +01:00
parent e8b82bbe1e
commit 7bade41572
No known key found for this signature in database
GPG Key ID: 3338A31AFDB1D829

View File

@ -247,6 +247,11 @@ Layout/ArgumentAlignment:
Layout/CaseIndentation: Layout/CaseIndentation:
EnforcedStyle: end EnforcedStyle: end
# Need to allow #: for external commands.
Layout/LeadingCommentSpace:
Exclude:
- "Taps/*/*/cmd/*.rb"
# this is a bit less "floaty" # this is a bit less "floaty"
Layout/EndAlignment: Layout/EndAlignment:
EnforcedStyleAlignWith: start_of_line EnforcedStyleAlignWith: start_of_line