diff options
author | varac <varacanero@zeromail.org> | 2013-02-01 15:07:50 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-02-01 15:07:50 +0100 |
commit | d0247e01c08cf2ce0fefb5808f11c824b681d61f (patch) | |
tree | 5a7e6c2fc4446945560fae0d715de57ecc59257b /lib/leap_cli | |
parent | 56f431cc4776cb49b3db1289ecd6c7deda71eb6f (diff) |
ignore variable scope warnings for now in leap_cli (Feature #1621)
Diffstat (limited to 'lib/leap_cli')
-rw-r--r-- | lib/leap_cli/logger.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/leap_cli/logger.rb b/lib/leap_cli/logger.rb index 181a4ae..3776be0 100644 --- a/lib/leap_cli/logger.rb +++ b/lib/leap_cli/logger.rb @@ -108,6 +108,7 @@ module LeapCli # PUPPET { :match => /^warning: .*is deprecated.*$/, :level => 2, :color => :yellow, :priority => -10}, + { :match => /^warning: Scope.*$/, :level => 2, :color => :yellow, :priority => -10}, { :match => /^notice:/, :level => 1, :color => :cyan, :priority => -20}, { :match => /^err:/, :level => 0, :color => :red, :priority => -20}, { :match => /^warning:/, :level => 0, :color => :yellow, :priority => -20}, |