Skip to content

Commit

Permalink
Report errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Dec 9, 2019
1 parent 35f85cb commit 72a4421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/html-proofer/middleware.rb
Expand Up @@ -67,7 +67,7 @@ def call(env)
'response',
Middleware.options
).check_parsed(
Nokogiri::HTML5(html), 'response'
Nokogiri::HTML5(html, max_errors: -1), 'response'
)

if parsed[:failures].length > 0
Expand Down

0 comments on commit 72a4421

Please sign in to comment.