From d2e011b744d35288457b2b40e7a396e2fe874a35 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Fri, 23 Oct 2020 10:30:21 +0200 Subject: [PATCH] Disable deprecation warning for proto package --- accounts/pkg/service/v0/staticcheck.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 accounts/pkg/service/v0/staticcheck.conf diff --git a/accounts/pkg/service/v0/staticcheck.conf b/accounts/pkg/service/v0/staticcheck.conf new file mode 100644 index 0000000000..5120a177a3 --- /dev/null +++ b/accounts/pkg/service/v0/staticcheck.conf @@ -0,0 +1 @@ +checks = ["all", "-ST1003", "-ST1000", "-SA1019"] \ No newline at end of file