From 902bee0551f841e1248e181616bd59a14a4dcfef Mon Sep 17 00:00:00 2001 From: Liam Stanley Date: Sat, 15 Jun 2024 00:30:11 -0400 Subject: [PATCH] chore(terraform): auto-applied ".golangci.yml" this file was auto-applied from the "github-common-files" module located here: - https://github.com/lrstanley/.github/tree/master/terraform/github-common-files instructions on how to tell Terraform to exclude this file: - https://github.com/lrstanley/.github/blob/master/example.ci-config.yml Signed-off-by: Liam Stanley --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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