lib/cc/analyzer/formatters/html_formatter.rb in codeclimate-0.69.0 vs lib/cc/analyzer/formatters/html_formatter.rb in codeclimate-0.70.0
- old
+ new
@@ -403,9 +403,13 @@
end
def warnings
@warnings ||= []
end
+
+ def measurements
+ @measurements ||= []
+ end
end
end
end
end