diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d87b0920..4da9e6ac7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,8 +36,8 @@ jobs: - name: Run PHPUnit run: ./vendor/bin/phpunit - - name: Run Psalm - run: ./vendor/bin/psalm --show-info=false --threads=2 + - name: Run PHPStan + run: ./vendor/bin/phpstan analyze --error-format=github - name: Run PhpCS run: ./vendor/bin/phpcs -n --parallel=2 --runtime-set ignore_warnings_on_exit 1 diff --git a/.idea/WooCommerce.iml b/.idea/WooCommerce.iml index 692525fb1..3dddcc19e 100644 --- a/.idea/WooCommerce.iml +++ b/.idea/WooCommerce.iml @@ -73,6 +73,10 @@ + + + + diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 0aea26527..d7a00f6ec 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -9,7 +9,8 @@