We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccae37e commit db18f4fCopy full SHA for db18f4f
1 file changed
.github/workflows/e2e.yml
@@ -12,7 +12,6 @@ jobs:
12
-
13
repo: phpstan/phpstan-src
14
executable: bin/phpstan
15
- exclude-identifiers: shipmonk.deadEnumCase|shipmonk.deadProperty
16
17
repo: spaze/phpstan-disallowed-calls
18
@@ -70,4 +69,4 @@ jobs:
70
69
71
72
name: Check for dead code errors
73
- run: jq -e '.files[].messages[] | select(.identifier | test("^shipmonk\\.dead")) | select(.identifier | test("${{ matrix.exclude-identifiers || '^$' }}") | not)' /tmp/phpstan-output.json && exit 1 || exit 0
+ run: jq -e '.files[].messages[] | select(.identifier | test("^shipmonk\\.dead"))' /tmp/phpstan-output.json && exit 1 || exit 0
0 commit comments