From 78098f23e9a910f3b37fbd3f7c1939ad10ec40ad Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Tue, 8 Apr 2025 21:41:59 -0700 Subject: feat: refactor of authenticaiton --- .golangci.yaml | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) (limited to '.golangci.yaml') diff --git a/.golangci.yaml b/.golangci.yaml index 4655178..33097d7 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -1,7 +1,27 @@ +version: "2" linters: enable: - - bodyclose - - asciicheck - - gosec + - asciicheck + - bodyclose + - goconst + - gosec + exclusions: + generated: lax + presets: + - comments + - common-false-positives + - legacy + - std-error-handling + paths: + - third_party$ + - builtin$ + - examples$ +formatters: + enable: - gci - - goconst + exclusions: + generated: lax + paths: + - third_party$ + - builtin$ + - examples$ -- cgit v1.2.3