From ce2c957fbbc086d44a5029ee1f647a3f4dbe917e Mon Sep 17 00:00:00 2001 From: Martin Holst Swende Date: Sat, 12 Oct 2024 22:51:45 +0200 Subject: [PATCH] golangci: enable moar linters --- .golangci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 7575a3ac69..f8f8d94ac9 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -24,7 +24,9 @@ linters: - copyloopvar - whitespace - revive # only certain checks enabled - + - durationcheck + - gocheckcompilerdirectives + - reassign ### linters we tried and will not be using: ### # - structcheck # lots of false positives