Keep Playwright's own artifacts out of the lint
Playwright Tests / test-playwright (1, 2) (push) Canceled after 0s
Playwright Tests / test-playwright (2, 2) (push) Canceled after 0s
pre-commit / pre-commit (push) Canceled after 0s
Compose Smoke Test / test-compose (push) Canceled after 0s
Playwright Tests / merge-reports (push) Canceled after 0s

A checking lint reports what a writing one silently reformatted: after any test
run, `playwright/.auth/user.json` and `test-results/.last-run.json` are written
by Playwright and failed `make lint`. Both are gitignored, and `playwright-report`
was already excluded beside them.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Uq8mtNb97A7praJLyeEYgs
This commit is contained in:
2026-08-21 14:39:09 +02:00
co-authored by Claude Opus 5
parent 9bdced74fb
commit 9e01fb16d7
+2
View File
@@ -10,6 +10,8 @@
"!**/src/client/**/*", "!**/src/client/**/*",
"!**/src/components/ui/**/*", "!**/src/components/ui/**/*",
"!**/playwright-report", "!**/playwright-report",
"!**/playwright/.auth",
"!**/test-results",
"!**/playwright.config.ts" "!**/playwright.config.ts"
] ]
}, },