From 434a55a2446c387fec61700cc816ec7918b71c25 Mon Sep 17 00:00:00 2001 From: Karl Isenberg Date: Wed, 20 Mar 2024 13:04:35 -0700 Subject: [PATCH] Disable abandoned/archived linters This reduces the warnings printed when running `make lint` --- .golangci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index 7b0ea44f6..d72c3909b 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -35,6 +35,10 @@ linters: - maintidx - nosnakecase - testpackage # it's better to keep tests in the same package for now because kustomize does open box testing + - structcheck # abandoned by author + - varcheck # abandoned by author + - maligned # abandoned by author + - interfacer # archived by author linters-settings: dupl: