PHPCSStandards / composer-installer

Composer installer for PHP_CodeSniffer coding standards
https://packagist.org/packages/dealerdirect/phpcodesniffer-composer-installer
MIT License
549 stars 36 forks source link

Plugin::loadInstalledPaths(): `config-show` always shows all #154

Closed jrfnl closed 2 years ago

jrfnl commented 2 years ago

Proposed Changes

Running PHPCS with --config-show installed_paths is an unsupported command for PHPCS. The --config-show command does not take additional parameters and will always show all keys.

While PHPCS is currently tolerant of this, there is no guarantee that it will continue to stay tolerant of this.