lib/cc/cli.rb in codeclimate-0.85.0 vs lib/cc/cli.rb in codeclimate-0.85.1
- old
+ new
@@ -18,10 +18,10 @@
require "cc/cli/version"
module CC
module CLI
def self.debug?
- ENV["CODECLIMATE_DEBUG"]
+ ENV["CODECLIMATE_DEBUG"].present?
end
def self.logger
@logger ||= ::Logger.new(STDERR).tap do |logger|
logger.level =