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

fieldsets not supported by phpstan task #1055

Closed
kenguest opened this issue Apr 8, 2019 · 1 comment
Closed

fieldsets not supported by phpstan task #1055

kenguest opened this issue Apr 8, 2019 · 1 comment
Assignees
Milestone

Comments

@kenguest
Copy link
Member

kenguest commented Apr 8, 2019

Specifying a non-trivial amount of files to be analysed by the phpstan task is unwieldy and cumbersome.
It would be terrific if the phpstan task supported filesets - most other tasks that work with files do.

e.g.

    <target name="phpstan" hidden="true">
        <phpstan executable="/usr/local/bin/phpstan.phar" level="7">
            <fileset refid="protected"/>
        </phpstan>
    </target>
@siad007
Copy link
Member

siad007 commented Jul 28, 2019

@kenguest @jawira please reopen, if something is missing.

@siad007 siad007 closed this as completed Jul 28, 2019
@siad007 siad007 added this to the 3.0.0-alpha3 milestone Jul 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants