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

L: Disable two new cops

Introduced as defaults by rubocop 0.67.0

(cherry picked from commit f51b4fc6c9)
This commit is contained in:
Tino Vazquez
2019-04-04 17:45:32 +02:00
parent f8cd43576a
commit a9bf5941d1

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
####