mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
rubocop style fix Style/AlignParameters
This commit is contained in:
parent
cb810e58ce
commit
f8784fdcd8
5 changed files with 9 additions and 15 deletions
|
|
@ -84,6 +84,10 @@ Lint/Void:
|
|||
Style/AlignHash:
|
||||
Enabled: true
|
||||
|
||||
# Align the parameters of a method call if they span more than one line
|
||||
Style/AlignParameters:
|
||||
Enabled: true
|
||||
|
||||
AllCops:
|
||||
Include:
|
||||
- '**/Rakefile'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue