diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index c3c7e51f6908..e5af4f88b473 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -27,7 +27,7 @@ jobs: uses: GoogleCloudPlatform/php-tools/.github/workflows/code-standards.yml@main with: config: GoogleCloudPlatform/php-tools/.php-cs-fixer.default.php@main - exclude-patterns: | + exclude-patterns: |- [ "#.*/src/V[0-9]+#", "#.*/src/.*/V[0-9]+#", @@ -47,7 +47,6 @@ jobs: "Translate/src/Connection", "Translate/src/TranslateClient.php" ] - staticanalysis: runs-on: ubuntu-latest name: PHPStan Static Analysis