diff --git a/.golangci.yaml b/.golangci.yaml index 9902971c..d2172631 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -29,6 +29,14 @@ linters: - execinquery - exhaustruct - nolintlint + - musttag # causes issues with imported libs + + # deprecated + - structcheck # replaced by unused + - ifshort # deprecated by the owner + - varcheck # replaced by unused + - nosnakecase # replaced by revive + - deadcode # replaced by unused # We should strive to enable these: - wrapcheck