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:
@ -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
|
||||
####
|
||||
|
Reference in New Issue
Block a user