From e77cef1dcbbbb2adf7714339a879d16633787ce0 Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Sat, 1 Jun 2024 06:17:34 -0500 Subject: [PATCH] Remove inactive maligned linter This linter has been deprecated for a while with the suggestion to use govet 'fieldalignment'. As of a recent release the linter no longer produced a report. As of the v1.59.0 release attempting to use this linter produces an error. Remove all references to this linter from the .golangci.yml config file bundled in this repo. --- .golangci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index c63b8e3..99d6bb1 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -27,7 +27,6 @@ linters: - goimports - gosec - govet - - maligned - misspell - prealloc - revive