- From: Michael[tm] Smith <web-platform-tests-notifications@w3.org>
- Date: Wed, 19 Oct 2016 05:00:59 GMT
- To: public-web-platform-tests-notifications@w3.org
> 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