Skip to content
This repository was archived by the owner on Nov 23, 2024. It is now read-only.
/ amqp Public archive
generated from benjivesterby/go-template-repo

Commit 7dfd3ee

Browse files
committed
Updated linter config
1 parent aab3389 commit 7dfd3ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.golangci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ linters:
8181
- gocyclo
8282
- gofmt
8383
- goimports
84-
- golint
84+
- revive
8585
- gomnd
8686
- goprintffuncname
8787
- gosec
@@ -94,7 +94,7 @@ linters:
9494
- noctx
9595
- nolintlint
9696
- rowserrcheck
97-
- scopelint
97+
- exportloopref
9898
- staticcheck
9999
- structcheck
100100
- stylecheck

0 commit comments

Comments
 (0)