From 0d05abc7b9483a527558ef50dd024cd4677fcdde Mon Sep 17 00:00:00 2001 From: Tom J Nowell Date: Sat, 2 Dec 2023 22:01:22 +0000 Subject: [PATCH] Add a note to encourage sponsorship of PHPCS standards org when provisioning PHPCS --- provision/core/phpcs/provision.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/provision/core/phpcs/provision.sh b/provision/core/phpcs/provision.sh index 1b6ba6b11..f772bc30c 100644 --- a/provision/core/phpcs/provision.sh +++ b/provision/core/phpcs/provision.sh @@ -28,6 +28,7 @@ function php_codesniff_setup() { noroot /srv/www/phpcs/bin/phpcs --config-set default_standard WordPress-Core local standards=$(noroot /srv/www/phpcs/bin/phpcs -i) vvv_success " * [PHPCS]: Completed with the following PHPCS standards set up: ${standards}" + vvv_info " * [PHPCS]: Help maintain PHPCS by sponsoring via Github Sponsors at https://github.com/sponsors/phpcsstandards or OpenCollective at https://opencollective.com/php_codesniffer" } export -f php_codesniff_setup