Anthony Clark
Anthony Clark
Related to #122
Hi @blueridgemountains1 Can you tell me a bit more about your set up? Is this an open source project where I might be able test it? Can you narrow the...
Hi @tijmenmoddit we recently upgraded PHP Parser. Calls to the create method on `ParserFactory` have been removed. Can you try removing your `vendor` directory and doing another `composer install`. Also...
Pending https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/milestone/173
Thanks for the report @rdizio We'll take a look and figure out what's going on.
@rdizio Do you have any unique configurations? `duster.json`, `tlint.json`, `pint.json` etc? It might have something to do with the way we get the files to pass to the tools.
Can you try removing `"include": [ "app", "config", "database" ],` and test running the lint command?
Removing vendor from the exclude list should fix the issue. I've updated the logic around the expanded exclude to try to not include vendor in https://github.com/tighten/duster/pull/169.
Thanks @peterfox 🙌 I like where this is going.
Links to rules: https://github.com/rectorphp/rector/blob/main/docs/rector_rules_overview.md#staticcallonnonstatictoinstancecallrector https://github.com/rectorphp/rector/blob/main/docs/rector_rules_overview.md#staticclosurerector https://github.com/rectorphp/rector/blob/main/docs/rector_rules_overview.md#staticarrowfunctionrector https://github.com/rectorphp/rector/blob/main/docs/rector_rules_overview.md#thiscallonstaticmethodtostaticcallrector I'm open to something like this. Can you provide an example of where this has caused an issue?