lib/cc/analyzer/formatters/formatter.rb in codeclimate-0.1.4 vs lib/cc/analyzer/formatters/formatter.rb in codeclimate-0.1.5
- old
+ new
@@ -20,9 +20,12 @@
end
def finished
end
+ def close
+ end
+
def failed(output)
end
InvalidFormatterError = Class.new(StandardError)