Skip to content
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

phpcs's custom path to standard isn't relative to .phpqa.yml, but current directory #25

Closed
zdenekdrahos opened this issue Jul 18, 2016 · 0 comments

Comments

@zdenekdrahos
Copy link
Member

Current .phpqa.yml

// vendor/acme/qa/.phpqa.yml
phpcs:
    # relative path from analyzed project until phpqa loads path (app/phpcs.xml doesn't exist)
    standard: vendor/acme/qa/app/phpcs.xml

Expected .phpqa.yml

// vendor/acme/qa/.phpqa.yml
phpcs:
    standard: app/phpcs.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant