Skip to content

Commit

Permalink
chore(terraform): auto-applied ".golangci.yml"
Browse files Browse the repository at this point in the history
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 <me@liamstanley.io>
  • Loading branch information
lrstanley committed Jun 15, 2024
1 parent 26af9c6 commit 902bee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 902bee0

Please sign in to comment.