Dane Powell
Dane Powell
Doesn't this rule already exist? And in fact it causes problems with closures: https://github.com/phpmd/phpmd/issues/278
I'd also like to see this, specifically to fix https://github.com/pi-hole/docker-pi-hole/issues/1163 I set `frameDeny: true` as standard security hardening, but Pi-hole which is behind the reverse proxy does need to embed...
@jerrywoo96 thanks a lot for the plugin! Unfortunately it doesn't quite work. If a header is missing, it will add the missing header (yay!). But if the header is already...
Try wildcards, e.g. `'*.pdf'`. BLT just passes these options to the Drush rsync command, which in turn passes them to rsync: - https://github.com/acquia/blt/blob/ff52e5ec430173fede88747c89676e0608b27bf2/src/Robo/Commands/Drupal/SyncCommand.php#L83 - https://www.drush.org/latest/commands/core_rsync/ - https://phoenixnap.com/kb/rsync-exclude-files-and-directories
I agree that a separate hash salt per db probably makes sense, but this won't be trivial to implement because you can't just hardcode a hash salt on disk for...
Thanks, I think people will find this useful as a template. As you observed, the challenge with getting this into BLT core is ensuring that it works for all use...
The reason frontend tasks are run each is because of the `sync.commands` configuration, which you can override either via blt.yml or at runtime via the `-D` parameter. I'll have to...
@mikemadison13 it shouldn't matter what your _default_ shell is, as long as Bash is _installed_ on your machine. Are you saying that Bash is no longer installed _at all_ on...
I use ZSH on my non-M1 Mac and have never had an issue with the shell scripts. The whole point of the shebang is to specify the interpreter, it's often...
Note that [Composer 2 will be released in a few weeks](https://github.com/composer/composer/issues/8726#issuecomment-618854271), at which point these won't be just warnings any more, but potentially critical errors.