From 78335c9598370298d5e7fdec01740a412ca2b2ae Mon Sep 17 00:00:00 2001 From: Christopher Obbard Date: Wed, 30 Oct 2024 16:07:37 +0000 Subject: [PATCH] more linters (these need some trivial fixes) Signed-off-by: Christopher Obbard --- .golangci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index ce71d99..9d89a29 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -2,10 +2,14 @@ linters: enable: - errcheck - errorlint + - gocritic - gofmt - gosimple - govet - ineffassign + - misspell + - revive + - tagalign - staticcheck - stylecheck - unused