Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: exclude patching by directory, not namespace #379

Open
adamcameron opened this issue Mar 6, 2021 · 0 comments
Open

Feature request: exclude patching by directory, not namespace #379

adamcameron opened this issue Mar 6, 2021 · 0 comments

Comments

@adamcameron
Copy link

Currently I can exclude namespaces to patch via:

$this->commandLine()->set('exclude', [
    'com\example\someapp\etc'
]);

However what I want to do is exclude the vendor directory entirely. I even think that's probably a more common use-case requirement for excluding? Dunno.

A similar argument could be made for the include option, I think.

It's not a big problem for me in the bigger scheme of things, as I can just include my own namespace, and that "should" work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants