ci: disable SA1029 staticcheck (context key check) in test files (#4802)

This commit is contained in:
Marten Seemann
2024-12-27 17:31:21 +08:00
committed by GitHub
parent e653d54b21
commit f6e7789854

View File

@@ -45,3 +45,7 @@ issues:
- exhaustive
- prealloc
- unparam
- path: _test\.go
text: "SA1029:"
linters:
- staticcheck