1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-08-24 17:49:28 +03:00

L #-: Enforce brackets for ruby word arrays

(cherry picked from commit cbcf309979)
This commit is contained in:
Tino Vázquez
2023-02-07 12:57:22 +01:00
parent 19f18e2877
commit 26c76a7307

View File

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