Ignore deprecations in CI

This commit is contained in:
Thomas Casteleyn
2024-11-22 11:43:09 +01:00
committed by GitHub
parent 791448b077
commit fbeb8d223f

View File

@@ -4,3 +4,7 @@ issues:
- path: _test.go
linters:
- errcheck
linters-settings:
staticcheck:
checks:
- "-SA1019"