From 00274735f5d9615828604fde59d0f4f6f06c0253 Mon Sep 17 00:00:00 2001 From: "Ali R. Vahdati" Date: Mon, 8 Apr 2024 14:26:52 +0200 Subject: [PATCH] Disable typecheck linter. --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 3e1028a..f5df20d 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -22,12 +22,12 @@ linters: - nakedret - prealloc - staticcheck - - typecheck - unparam - unused # Disable specific linters disable: + - typecheck - gochecknoinits - goconst - gocritic