From 7c38237265d171a1b6e507b79bcd30a92e8b9f53 Mon Sep 17 00:00:00 2001 From: Gregor Berginc Date: Fri, 8 Dec 2017 10:19:23 +0100 Subject: [PATCH] Add `$nuage_log$ to rubocop exceptions Rubocop will complain about the use of global var is `$nuage_log` is not listed in a list of allowed variables. Signed-off-by: Gregor Berginc --- .rubocop_local.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.rubocop_local.yml b/.rubocop_local.yml index 8e8bd216807b..fbc4369ae6e6 100644 --- a/.rubocop_local.yml +++ b/.rubocop_local.yml @@ -20,6 +20,7 @@ GlobalVars: - $scvmm_log - $vim_log - $websocket_log + - $nuage_log # In Automate methods - $evm #