mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Fix remaining rubocop problems
This commit is contained in:
parent
5565d8fb68
commit
ed0f55c45f
3 changed files with 4 additions and 6 deletions
|
|
@ -94,6 +94,9 @@ Style/AndOr:
|
|||
Metrics/BlockNesting:
|
||||
Max: 4
|
||||
|
||||
Metrics/ClassLength:
|
||||
Max: 550
|
||||
|
||||
# avoid redundunt curly braces when it is obvious that hash is used
|
||||
Style/BracesAroundHashParameters:
|
||||
Enabled: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue