-
-
Notifications
You must be signed in to change notification settings - Fork 946
Closed
Description
Summary of a problem or a feature request
Wildcard paths do not work in neon file.
Code snippet that reproduces the problem
When running PHPstan in a ZendFramework directory structure, I want so scan all src folders in all modules, i.e. module/*/src. On the command line (vendor/bin/phpstan analyse module/*/src) this works as expected, but when trying to set the path in phpstan.neon like this:
parameters:
paths:
- module/*/src
I get the following error:
Path [...]/module/*/src does not exist
Expected output
The wildcard path in the config file should behave the same way as on the command line.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels