-
-
Notifications
You must be signed in to change notification settings - Fork 118
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
composer config vendor-dir is ignored, hardcoded path vendor/
#202
Comments
Even if PHPLint did not run in such context, this feature was never implemented since first version (/cc @overtrue : tell me if you're agree). |
Anyway, I've already found a solution to fix this context |
Thank you @llaville . |
Just finished my tests. Here are the plan ! Tested with following {
"config": {
"vendor-dir": "vendors"
},
"repositories": [
{
"type": "path",
"url": "../github/phplint"
}
],
"require": {
"overtrue/phplint": "9.1.x-dev"
},
"minimum-stability": "dev"
} Install PHPLint as configured composer update
With upcoming release 9.1.2 : vendors/bin/phplint
After building the PHAR version with BOX v4.6.1, run ../github/phplint/bin/phplint.phar Still gave results
|
@Ragzid |
rev da61584 works as expected, thank you very much |
Version 9.1.2 is available |
New Feature
Diagnose
Output of `composer show` command
Summary
Version 9.1 keeps looking for
vendor/
directory and ignorescomposer.json
config.Create empty project with following:
Install latest phplint
Run phplint
Expected behaviour
Code linting is performed.
Actual behaviour
The text was updated successfully, but these errors were encountered: