1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-03 01:17:41 +03:00

L #-: Enforce brackets for ruby word arrays

(cherry picked from commit cbcf309979)
(cherry picked from commit 26c76a7307)
This commit is contained in:
Tino Vázquez 2023-02-07 12:57:22 +01:00
parent 4a9662a551
commit 00ac76a42c
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -788,6 +788,9 @@ Style/RedundantStringEscape:
Style/ConcatArrayLiterals:
Enabled: false
Style/WordArray:
EnforcedStyle: brackets
######
# LINT
######