mirror of
https://github.com/temporalio/temporal.git
synced 2026-08-30 18:41:49 -07:00
## What changed? - Applied the server-owned subset of testifylint auto-fixes. - Exact commands that were run: ```sh .bin/golangci-lint-v2.9.0 run --allow-parallel-runners --concurrency 4 --fix --enable-only testifylint --build-tags disable_grpc_modules,test_dep --timeout 20m --config=.github/.golangci.yml make goimports git diff --check ``` - No manual or AI changes were made; unless commented as such. - Some fixes caused lint errors; those were reverted again. - Changes were all reviewed by me.