From 6244abd4868f73aa9773b88c1b74d3e5633ae3c7 Mon Sep 17 00:00:00 2001 From: Rootul Patel Date: Mon, 25 Jul 2022 11:24:20 -0400 Subject: [PATCH] ci: remove duplicate linters Remove duplicate linters and alphabetize list to make it easier to identify duplicates in the future --- .golangci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 53c317bc00..1150e712bc 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -9,10 +9,6 @@ run: linters: enable: - - gofmt - - goimports - - misspell - - revive - deadcode - errcheck - gofmt @@ -21,6 +17,7 @@ linters: - govet - ineffassign - misspell + - revive - staticcheck - structcheck - typecheck