Skip to content

Commit

Permalink
Add `$nuage_log$ to rubocop exceptions
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
gberginc committed Dec 8, 2017
1 parent 6beb980 commit 7c38237
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop_local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ GlobalVars:
- $scvmm_log
- $vim_log
- $websocket_log
- $nuage_log
# In Automate methods
- $evm
#
Expand Down

0 comments on commit 7c38237

Please sign in to comment.