Re: [svg-tests] Convert SVG 1.1 marker tests to reftests. (#4015)

> any idea why the linter might not report the whitespace when run locally?

> > Ok, user error I think - I have to pass the full file rather than a path. I was assuming passing a path caused all files in that path to be checked.

Yeah, sorry, we should document that better. I think most people would reasonably expect that if you pass it a directory name as a path it will recursively check all the files in the directory.

FWIW the way I personally work around it for now is just to do something like:

    find svg | xargs ./lint

…which is relatively fast

View on GitHub: https://github.com/w3c/web-platform-tests/pull/4015#issuecomment-254710902

Received on Wednesday, 19 October 2016 05:01:07 UTC