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"