htmllint / htmllint-cli

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

Doesn't work with full path arguments #24

Closed Nxt3 closed 6 years ago

Nxt3 commented 6 years ago

If I pass htmllint with a full path to an HTML file, like: htmllint /Users/user/code/app_repo/apps/simple/src/app/app.component.html

htmllint-cli will say that file does not exist.

If that same file's path becomes relative: htmllint apps/simple/src/app/app.component.html, it will work properly.

@coalman I see that there is a commit that fixes this but a new build hasn't been pushed.