lib/cc/analyzer/formatters/formatter.rb in codeclimate-0.69.0 vs lib/cc/analyzer/formatters/formatter.rb in codeclimate-0.70.0

- old
+ new

@@ -14,9 +14,11 @@ case json["type"].downcase when "issue" issues << json when "warning" warnings << json + when "measurement" + measurements << json else raise "Invalid type found: #{json["type"]}" end end