Skip to content

Commit

Permalink
Merge pull request #649 from uberfuzzy/duplicate-issues-patch
Browse files Browse the repository at this point in the history
Apply Uniq filter to remove duplicate issues
  • Loading branch information
gjtorikian authored Dec 17, 2021
2 parents 5a39710 + 3c446ef commit 593357c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/html-proofer/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def run
if @failures.empty?
@logger.log :info, 'HTML-Proofer finished successfully.'
else
@failures.uniq!
print_failed_tests
end
end
Expand Down

0 comments on commit 593357c

Please sign in to comment.