From 71ab9b7f14118f02dd18cd733bd4e0ad19ece590 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 5 Apr 2025 20:21:32 +0800 Subject: config shall no longer be a global variable --- .golangci.yaml | 1 - 1 file changed, 1 deletion(-) (limited to '.golangci.yaml') diff --git a/.golangci.yaml b/.golangci.yaml index 73eff0c..1c8c972 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -5,7 +5,6 @@ linters: - depguard - err113 # dynamically defined errors are fine for our purposes - forcetypeassert # type assertion failures are usually programming errors - - gochecknoglobals # doesn't matter since this isn't a library - gochecknoinits # we use inits sparingly for good reasons - godox # they're just used as markers for where needs improvements - ireturn # doesn't work well with how we use generics -- cgit v1.2.3