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

Change from SplFileInto to Symfony Finder #4

Open
renatomefi opened this issue Jan 20, 2016 · 2 comments
Open

Change from SplFileInto to Symfony Finder #4

renatomefi opened this issue Jan 20, 2016 · 2 comments
Assignees

Comments

@renatomefi
Copy link
Contributor

Doing this change will allow the user to make complex file search like:

<permcheck>
    <excludes>
        <dir>vendor/</dir>
        <dir>.git/</dir>
    </excludes>
    <executables>
        <dir>bin/*</dir>
        <dir>bin/*/tests/*</dir>
    </executables>
</permcheck>
@eXistenZNL
Copy link
Owner

This was also a request from @blangerak, and although I didn't think of Symfony Finder, I concider using it as dependency instead of coding it myself. Will add this in the near future for sure :)

@eXistenZNL eXistenZNL self-assigned this Jan 20, 2016
@QassaDevelopers
Copy link

+1. It would be very helpful (for us) if this tool would support glob patterns for both the excludes and executables.

Is there any chance this will be implemented soon?

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

No branches or pull requests

3 participants