No way to ignore files with bin/htmlhint
While there is an option called --ignore it does not seem to have the desired effect. No matter which paths I add files from those directories are still listed with errors.
There is some code at https://github.com/yaniswang/HTMLHint/blob/master/bin/htmlhint#L333 but maybe it's sending the parameters to the walker in a bad format.
would love to ignore paths
Is there any updates for --ignore field yet?
Seems, it only accepts wildcard (**) but not any other patterns
Details:
- Works -
htmlhint --config .htmlhintrc --ignore ** - Doesn't work:
**
htmlhint --config .htmlhintrc --ignore <folder>/****htmlhint --config .htmlhintrc --ignore <folder>?
We are currently working intensively on the release of version 1.0.0 Please be patient with us and we will work on it later after we have released the first non 0.x version
This is still an issue, and should be re-opened. As it is a documented feature, it should also be prevented from going stale.