diff --git a/lib/scss_lint/reporter/tap_reporter.rb b/lib/scss_lint/reporter/tap_reporter.rb index 098e8357..32d700ed 100644 --- a/lib/scss_lint/reporter/tap_reporter.rb +++ b/lib/scss_lint/reporter/tap_reporter.rb @@ -83,7 +83,7 @@ def format_ok(file, test_number) # @param lint [SCSSLint::Lint] # @param test_number [Number] # @return [String] - def format_not_ok(lint, test_number) + def format_not_ok(lint, test_number) # rubocop:disable Metrics/AbcSize location = lint.location test_line_description = "#{lint.filename}:#{location.line}:#{location.column}"