Don’t require aligned arguments for taps.
This commit is contained in:
parent
c4f72312ce
commit
a4f86ba973
@ -18,7 +18,7 @@ Layout/AlignHash:
|
|||||||
EnforcedColonStyle: table
|
EnforcedColonStyle: table
|
||||||
|
|
||||||
# `system` is a special case and aligns on second argument
|
# `system` is a special case and aligns on second argument
|
||||||
Layout/AlignParameters:
|
Layout/AlignArguments:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
# favour parens-less DSL-style arguments
|
# favour parens-less DSL-style arguments
|
||||||
|
|||||||
@ -9,6 +9,10 @@ AllCops:
|
|||||||
- '**/Casks/**/*'
|
- '**/Casks/**/*'
|
||||||
- '**/vendor/**/*'
|
- '**/vendor/**/*'
|
||||||
|
|
||||||
|
# messes up system formatting for formulae but good for Homebrew/brew
|
||||||
|
Layout/AlignArguments:
|
||||||
|
Enabled: true
|
||||||
|
|
||||||
# make rspec formatting more flexible
|
# make rspec formatting more flexible
|
||||||
Layout/MultilineMethodCallIndentation:
|
Layout/MultilineMethodCallIndentation:
|
||||||
Exclude:
|
Exclude:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user