You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which runs fine and results in the following output:
Running"htmlhint:raw"(htmlhint)taskdev/data/raw/brand/de/stada.htmlL3|</div>
^ Tag must be paired, missing: [ </h1>],starttagmatchfailed[<h1> ] on line 2. (tag-pair)
dev/data/raw/brand/en/stada.html
L3 |</div>^Tagmustbepaired,missing: [ </h1>],starttagmatchfailed[<h1> ] on line 2. (tag-pair)
>>14fileslintfree.Done,withouterrors.
But there are errors! And 2 of 14 files are not lint free.
When running the task, I would expect the task to fail when any error is found within the html. (according to the validation rules I made up).
In my case, there are errors in the markup, which are also shown in the task results, but the task itself does not fail.
Here is my task setup
which runs fine and results in the following output:
But there are errors! And 2 of 14 files are not lint free.
Shouldn't the task fail? Is it a bug?
I am using [email protected] and [email protected]
The text was updated successfully, but these errors were encountered: