mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
rubocop Style/AndOr style enabled
This commit is contained in:
parent
f8784fdcd8
commit
4aa1f0bf3a
3 changed files with 5 additions and 7 deletions
|
|
@ -88,6 +88,10 @@ Style/AlignHash:
|
|||
Style/AlignParameters:
|
||||
Enabled: true
|
||||
|
||||
# Use && instead of and, use || instead of or
|
||||
Style/AndOr:
|
||||
Enabled: true
|
||||
|
||||
AllCops:
|
||||
Include:
|
||||
- '**/Rakefile'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue