File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ linters:
6262 - sqlclosecheck # Checks that sql.Rows and sql.Stmt are closed. [fast: false, auto-fix: false]
6363 - staticcheck # (megacheck): Staticcheck is a go vet on steroids, applying a ton of static analysis checks [fast: false, auto-fix: false]
6464 - 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]
6566 - tagliatelle # Checks the struct tags. [fast: true, auto-fix: false]
6667 - tenv # tenv is analyzer that detects using os.Setenv instead of t.Setenv since Go1.17 [fast: false, auto-fix: false]
6768 - testifylint # Checks usage of github.com/stretchr/testify. [fast: false, auto-fix: false]
You can’t perform that action at this time.
0 commit comments