We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10d2f2a commit 916e32eCopy full SHA for 916e32e
.golangci.yml
@@ -62,6 +62,7 @@ linters:
62
- sqlclosecheck # Checks that sql.Rows and sql.Stmt are closed. [fast: false, auto-fix: false]
63
- staticcheck #(megacheck): Staticcheck is a go vet on steroids, applying a ton of static analysis checks [fast: false, auto-fix: false]
64
- stylecheck # Stylecheck is a replacement for golint [fast: false, auto-fix: false]
65
+ - tagalign # check that struct tags are well aligned [fast: true, auto-fix: true]
66
- tagliatelle # Checks the struct tags. [fast: true, auto-fix: false]
67
- tenv # tenv is analyzer that detects using os.Setenv instead of t.Setenv since Go1.17 [fast: false, auto-fix: false]
68
- testifylint # Checks usage of github.com/stretchr/testify. [fast: false, auto-fix: false]
0 commit comments