From 963a4787b77b544fa688c7f858b94f09cced8726 Mon Sep 17 00:00:00 2001 From: ishandhanani Date: Thu, 26 Sep 2024 09:00:06 -0700 Subject: [PATCH] edit linter settings --- .golangci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 791150d..b7fdf34 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,3 +1,3 @@ -run: - skip-files: - - "preflight/containerutil/container_smoketest_grpc.go" +linters-settings: + staticcheck: + checks: ["all", "-SA1019"]