From 476846c28e0ccbca7dac6a446ef6529da5b572b5 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Wed, 17 Mar 2021 22:48:32 +0530 Subject: [PATCH] Disable unparam (#17167) Automatic Merge --- .golangci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 824bf57e43..5de536c0a1 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -28,7 +28,6 @@ linters: - varcheck - misspell - goimports - - unparam # TODO: enable this later # - errcheck @@ -60,8 +59,3 @@ issues: - linters: - misspell path: "shared/markdown/html_entities.go" - - - linters: - - unparam - path: "app/plugin_api_tests" - text: "is always nil"