We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version: 0.7.x
Steps to reproduce in a clean PHP project:
composer req lin3s/cs --dev
scripts
extra
parameters: enabled: - phpmd - phpcsfixer name: Issue type: project year: 2017 author: LIN3S email: [email protected] version: 0.1 phpmd_path: src phpmd_rules: - controversial - unusedcode - codesize - naming twigcs_path: src phpcsfixer_path: src phpcsfixer_test_path: tests phpcsfixer_file_location: vendor/lin3s/cs/src/LIN3S/CS/
LIN3S\CS\Checker\PhpCsFixer
You get the following error:
The "<path-to-project>/vendor/lin3s/cs/src/LIN3S/CS/src" directory does not exist.
The text was updated successfully, but these errors were encountered:
This can be fixed with the following config (note phpcsfixer_file_location):
phpcsfixer_file_location
# This file is auto-generated during the composer install parameters: enabled: - phpmd - twigcs - phpcsfixer name: 'Aldi IMA' type: project year: '2018 - present' author: LIN3S email: [email protected] version: 0.1 phpmd_path: src phpmd_rules: - controversial - unusedcode - codesize - naming twigcs_path: templates phpcsfixer_path: src phpcsfixer_test_path: tests phpcsfixer_file_location: ''
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Version: 0.7.x
Steps to reproduce in a clean PHP project:
composer req lin3s/cs --dev
scripts
andextra
sectionsLIN3S\CS\Checker\PhpCsFixer
You get the following error:
The "<path-to-project>/vendor/lin3s/cs/src/LIN3S/CS/src" directory does not exist.
The text was updated successfully, but these errors were encountered: