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