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

Support PHP CodeSniffer standards in packages installed outside of the vendor directory. #64

Conversation

echernyavskiy
Copy link

Proposed Changes

The aim of this change is to add support for PHP CodeSniffer standards in packages installed outside of the vendor directory. One such example is Drupal's Coder module which is most commonly installed into web/sites/all/modules/contributed/coder where the web directory is on the same level as vendor.

Related Issues

[#63]

@frenck frenck self-assigned this Oct 25, 2018
@frenck
Copy link
Contributor

frenck commented Oct 25, 2018

This does not change anything, having Coding Standard in your project is already supported, the only limitation is currently the search depth, which is going to be extended if #46 gets merged in.

Secondly, this adds absolute paths, which have proven to be a major pain and have been removed in the past.

Closing this PR. Let us continue the discussion in #63.

@frenck frenck closed this Oct 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants