From 4bfa81c79cfba7b9af39796d388d482ed456d0ea Mon Sep 17 00:00:00 2001 From: Aaron Hetherington Date: Mon, 21 Aug 2023 17:15:02 +0100 Subject: [PATCH] Removed typecheck from the linting suite --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 69bb35afb..bb48690b8 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -56,7 +56,7 @@ linters: #- testpackage # TODO: Put tests in their dedicated test packages. #- thelper # TODO: Requires test refactoring. - tparallel - - typecheck + #- typecheck # Has become flakey and is no better than the compiler - unconvert #- unparam # TODO: This breaks something, look at it! - unused