acquia / coding-standards-php

PHP_CodeSniffer rules (sniffs) for Acquia coding standards
GNU General Public License v2.0
19 stars 13 forks source link

Fixes #4: Explicitly set file extensions to scan #7

Closed danepowell closed 4 years ago

danepowell commented 4 years ago

Fixes #4

@TravisCarden this is the best solution I can think of to #4. Unfortunately it requires any downstream projects to manually update their phpcs.xml files (BLT added an update hook for this: https://github.com/acquia/blt/pull/3962). But I can't think of a better solution for this package.

TravisCarden commented 4 years ago

I like it. Thanks, @danepowell!