From 1e8ab2e024c23ba37f0ded49e875e55341598211 Mon Sep 17 00:00:00 2001 From: Mikko Ylinen Date: Fri, 15 Dec 2023 10:13:45 +0200 Subject: [PATCH] ci: cleanup linter settings Signed-off-by: Mikko Ylinen --- .golangci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 93b28bbfa..700cb5304 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -4,8 +4,6 @@ run: - kerneldrv max-issues-per-linter: 0 max-same-issues: 0 - skip-dirs: - - cmd/vpu_plugin linters: disable-all: true @@ -66,7 +64,4 @@ issues: exclude-rules: - path: _test\.go linters: - # Until the testing package allows pinning variables disable scopelint - # for tests. See https://github.com/kyoh86/scopelint/issues/4. - - scopelint - gocognit