From db0fd9afa1b8fc5587a4d01e54a9305702331c5d Mon Sep 17 00:00:00 2001 From: Ishan Arya Date: Fri, 23 Feb 2024 16:51:57 +0530 Subject: [PATCH] feat: exclude rules for typecheck linter (#97) --- .golangci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index ccb15362..a63cd015 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -145,5 +145,8 @@ issues: linters: - forbidigo - contextcheck + - path: / + linters: + - typecheck severity: default-severity: error