Skip to content

Commit db18f4f

Browse files
authored
Remove e2e exclude-identifiers feature (#354)
1 parent ccae37e commit db18f4f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
-
1313
repo: phpstan/phpstan-src
1414
executable: bin/phpstan
15-
exclude-identifiers: shipmonk.deadEnumCase|shipmonk.deadProperty
1615
-
1716
repo: spaze/phpstan-disallowed-calls
1817
-
@@ -70,4 +69,4 @@ jobs:
7069

7170
-
7271
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
72+
run: jq -e '.files[].messages[] | select(.identifier | test("^shipmonk\\.dead"))' /tmp/phpstan-output.json && exit 1 || exit 0

0 commit comments

Comments
 (0)