Brain-WP / BrainMonkey

Mocking utility for PHP functions and WordPress plugin API
https://giuseppe-mazzapica.gitbook.io/brain-monkey/
MIT License
304 stars 29 forks source link

Composer: allow the PHPCS plugin #114

Closed jrfnl closed 2 years ago

jrfnl commented 2 years ago

The dealerdirect/phpcodesniffer-composer-installer Composer plugin is used to register external PHPCS standards with PHPCS.

As of Composer 2.2.0, Composer plugins need to be explicitly allowed to run. This adds the necessary configuration for that.

Refs:

jrfnl commented 2 years ago

Uh-oh... something weird going on with the tests - see: https://github.com/jrfnl/BrainMonkey/runs/4613262498?check_suite_focus=true

jrfnl commented 2 years ago

Rebased. Build is passing: https://github.com/jrfnl/BrainMonkey/actions/runs/1641062383