ci: ignore SA1019 to support compatibility with Debian.

This commit is contained in:
Alexandre Pujol 2022-08-20 14:35:28 +01:00
parent ef08e11aa6
commit e69851bf35
Failed to generate hash of commit

5
.golangci.yaml Normal file
View file

@ -0,0 +1,5 @@
---
linters-settings:
staticcheck:
checks: ["all", "-SA1019" ]