Ryan McCue

Results 402 comments of Ryan McCue

I'm a strong -1 on using the working dir for configuration. This fundamentally breaks from how Vagrant works generally, and can lead to very confusing behaviour across different Vagrant boxes....

Solution 1 seems the best to me, if it's doable. I'm not sure exactly what this breaks though? `composer vagrant -- ssh` would work I think, you just need the...

@scribu This currently uses `wp core multisite-install`, but only if `wp core is-installed` is false. Here's the buggy process: 1. Provision without the `multisite` flag: ``` puppet exec {"wp install...

Went with `is-multisite` instead in wp-cli/wp-cli#977

Please note our support policy for open source projects: https://engineering.hmn.md/projects/support/ We're unable to provide detailed support for this project. Additionally, we are not generally using this plugin in new projects,...

Hi! We'd really love to use this; @turchanov is there any chance of you signing the CLA to get this merged? :)

(It's already possible to do this via `--ignore` of course, but in our setup, the command is run for the repos centrally so that can't be controlled.)

We've been using this method of ignoring files, but it's been quite cumbersome to work with for developers who aren't super familiar with phpcs. It's also a bit of a...

Yep, I’m well-aware of the full-configuration method, but my aim is to reduce the friction of adopting the full ruleset across our projects. Writing a ruleset file is annoying for...