Closed smugryan closed 10 years ago
Whoops, missing a commit. Will update asap.
Can you please add unit test?
Sure, will do.
:+1:
Thanks, now it look OK.
Great! Will it be merged in? I really need this for a project. Thank you!
Merged. Thanks! The next stable version 0.6 will be released soon.
Thanks!
(This is somewhat of a hack, open to suggestions).
With our codebase we need to exclude subdirectories (foo/bar/baz). Currently PHP-Parallel-Lint only supports excluding top level directories. This PR adds support for excluding subdirectories.
I had to add "." in getPathname due to Unix relative directories being listed as './foo' instead of just '/foo'. I don't have a Windows machine to verify it works there as well. (Or if this is even the best method.)
I'm fairly unfamiliar with the Iterator PHP stuff, so I'm open to hearing better ways to do this.