From 46cc21d8cff9a49576e8ed5d833e4e9e24018518 Mon Sep 17 00:00:00 2001 From: Nick Meves Date: Mon, 20 Jul 2020 19:42:05 -0700 Subject: [PATCH] Skip gosec linting on tests --- .golangci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.golangci.yml b/.golangci.yml index 5b33fba446..8cab4291cf 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -34,6 +34,7 @@ issues: - bodyclose - unconvert - gocritic + - gosec # If we have tests in shared test folders, these can be less strictly linted - path: tests/.*_tests\.go linters: