From c80d163d16b8748b2315a49381bb3d9015de5c71 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Thu, 30 Jun 2022 16:47:51 +0200 Subject: [PATCH] composer/plugin/drupal-development-environment#6 Remove phpstan and rector scripts, they get included with composer plugins --- bin/phpstan | 7 ------- bin/rector | 6 ------ 2 files changed, 13 deletions(-) delete mode 100755 bin/phpstan delete mode 100755 bin/rector diff --git a/bin/phpstan b/bin/phpstan deleted file mode 100755 index e9c84dc..0000000 --- a/bin/phpstan +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -export $(cat .env | xargs) -docker run --rm -v $(php /usr/local/bin/volume.php /app) ghcr.io/phpstan/phpstan "$@" -EC=$? - -exit $EC diff --git a/bin/rector b/bin/rector deleted file mode 100755 index 0196210..0000000 --- a/bin/rector +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -docker compose exec ${LAKEDROPS_DEV_DC_OPTIONS} php /var/www/html/vendor/bin/rector "$@" -EC=$? - -exit $EC -- GitLab