1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

L: Disable two new cops

Introduced as defaults by rubocop 0.67.0

(cherry picked from commit f51b4fc6c9c52149b0c1c5122be5fb2f3a4818a8)
This commit is contained in:
Tino Vazquez 2019-04-04 17:45:32 +02:00
parent f8cd43576a
commit a9bf5941d1
No known key found for this signature in database
GPG Key ID: 2FE9C32E94AEABBE

View File

@ -717,6 +717,10 @@ Style/MutableConstant:
Style/SymbolProc:
Enabled: false
# TODO: Remove this whenever there is strenght to do so
Style/StderrPuts:
Enabled: false
######
# LINT
######
@ -799,6 +803,9 @@ Naming/ConstantName:
Naming/HeredocDelimiterNaming:
Enabled: false
Naming/RescuedExceptionsVariableName:
Enabled: false
###
# Bundler
####