PHP_CodeSniffer isn't particularly smart at finding coding standards' XML files (nor should it have to be), but phpcs --config-set installed_paths /path/to/10up-code-review should be all that's necessary to set the standards. In order to pull this off, we'll move everything in /standards up a directory.
This would be a breaking change, however, so semantic versioning would dictate at least a 1.0.0 release.
PHP_CodeSniffer isn't particularly smart at finding coding standards' XML files (nor should it have to be), but
phpcs --config-set installed_paths /path/to/10up-code-review
should be all that's necessary to set the standards. In order to pull this off, we'll move everything in/standards
up a directory.This would be a breaking change, however, so semantic versioning would dictate at least a 1.0.0 release.