diff --git a/.golangci.yml b/.golangci.yml index e7280af..c0acb79 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -91,7 +91,7 @@ linters: - sqlclosecheck # checks that sql.Rows and sql.Stmt are closed - staticcheck # is a go vet on steroids, applying a ton of static analysis checks - stylecheck # is a replacement for golint - - tagalign # aligns struct tags + # - tagalign # aligns struct tags -- disable for now (https://github.com/4meepo/tagalign/issues/13) - tenv # detects using os.Setenv instead of t.Setenv since Go1.17 - testableexamples # checks if examples are testable (have an expected output) - testifylint # checks usage of github.com/stretchr/testify