Skip to content

Commit

Permalink
Silence AbcSize metric for TAP helper
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Mar 2, 2016
1 parent 2020221 commit 2ba52e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scss_lint/reporter/tap_reporter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down

0 comments on commit 2ba52e0

Please sign in to comment.