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:
parent
f8cd43576a
commit
a9bf5941d1
@ -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
|
||||
####
|
||||
|
Loading…
x
Reference in New Issue
Block a user