lib/xcprofiler/plugin.rb in danger-xcprofiler-0.3.0 vs lib/xcprofiler/plugin.rb in danger-xcprofiler-0.3.1
- old
+ new
@@ -55,10 +55,10 @@
def thresholds
@thresholds || { warn: 50, fail: 100 }
end
def inline_mode
- return false if @inline_mode.nil? == false
- true
+ return true if @inline_mode.nil?
+ !!@inline_mode
end
end
end