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
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:
@@ -10,6 +10,8 @@
|
||||
"!**/src/client/**/*",
|
||||
"!**/src/components/ui/**/*",
|
||||
"!**/playwright-report",
|
||||
"!**/playwright/.auth",
|
||||
"!**/test-results",
|
||||
"!**/playwright.config.ts"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user