From 0035f65d697e165c4f2ba2d445bfa938ab4159ee Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Mon, 10 Nov 2025 14:01:16 +0100 Subject: chore: fix lint --- .golangci.yaml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to '.golangci.yaml') diff --git a/.golangci.yaml b/.golangci.yaml index f2191fb..a185bb8 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -1,8 +1,8 @@ +version: "2" linters: enable: - gocritic - godot - - gofumpt - gosec - misspell - perfsprint @@ -11,3 +11,23 @@ linters: - reassign - revive - unconvert + exclusions: + generated: lax + presets: + - comments + - common-false-positives + - legacy + - std-error-handling + paths: + - third_party$ + - builtin$ + - examples$ +formatters: + enable: + - gofumpt + exclusions: + generated: lax + paths: + - third_party$ + - builtin$ + - examples$ -- cgit v1.2.3