From 5bce9ad7c62c0aef214b7b03464359466b6622f8 Mon Sep 17 00:00:00 2001 From: bytemare <3641580+bytemare@users.noreply.github.com> Date: Sun, 7 Jul 2024 14:57:38 +0200 Subject: [PATCH] fix linter Signed-off-by: bytemare <3641580+bytemare@users.noreply.github.com> --- .github/.golangci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/.golangci.yml b/.github/.golangci.yml index f08e704..dbaa240 100644 --- a/.github/.golangci.yml +++ b/.github/.golangci.yml @@ -213,8 +213,6 @@ linters-settings: prealloc: simple: false for-loops: true - unused: - check-exported: false whitespace: multi-if: false multi-func: false @@ -235,7 +233,7 @@ issues: # But independently from this option we use default exclude patterns, # it can be disabled by `exclude-use-default: false`. To list all # excluded by default patterns execute `golangci-lint run --help` - exclude: + #exclude: #- "should have a package comment, unless it's in another file for this package" #- "do not define dynamic errors, use wrapped static errors instead" #- "missing cases in switch of type Group: maxID"