-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
skip-path option does not seem to work (or I'm doing something wrong)
I have a folder structure like this (historical reasons):
- lib
- vendor
- other
- composer.json
- app
- reports
- etc
I'd like to check lib and app folders and skip lib/vendor and app/reports
I tried tried:
php -d memory_limit=1024M lib/vendor/bin/class-leak check --skip-path=lib/vendor,app/reports lib app
php -d memory_limit=1024M lib/vendor/bin/class-leak check --skip-path=lib/vendor lib
php -d memory_limit=1024M lib/vendor/bin/class-leak check --skip-path=app/reports app
The tool still scans the folders specified in skip-path.
Am I doing something wrong?
Thank you!
Metadata
Metadata
Assignees
Labels
No labels