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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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