htmllint / htmllint-cli

A command line interface for htmllint.
ISC License
59 stars 32 forks source link

[htmllint error in index.html ] Error: Index passed to line/column function (19) does not keep with order (last was 33) #28

Open WuglyakBolgoink opened 6 years ago

WuglyakBolgoink commented 6 years ago

Hallo @mlochbaum / @nwoltman

was not fixed/merged in cli? https://github.com/htmllint/htmllint/issues/216

niknah commented 3 years ago

This happens for me with wordpress pages that insert

in incorrect places.

But I noticed that the exit code is incorrect when this happens. The errorCount should increase in the cli...

                console.error(chalk.bold.red(result.reason()));
                ++errorCount;