Closed llaville closed 1 year ago
Works as expected when using multiple paths with configuration YAML file :
path:
- ./src
- ./tests
jobs: 10
extensions:
- php
exclude:
- vendor
warning: true
memory-limit: -1
no-cache: false
log-json: false
log-junit: false
Running command (from PHPLint Git clone copy of source code) :
bin/phplint -vvv
Gave following results :
Fix results by image 😄
New Issue
Diagnose
All distributions (source code via Composer installation, Docker image, PHAR version) are impacted by this issue.
Summary
Analyse multiple path at same time did not work with console command
Expected behaviour
Be able to scan multiple directories at same time
Actual behaviour
Only first directory is scanned