rubocop.yml: fix #: usage.
Also, do some automatic reformating.
This commit is contained in:
parent
e8b82bbe1e
commit
7bade41572
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user