Skip to content

Commit 2422d0f

Browse files
committed
chore(terraform): auto-applied ".golangci.yaml"
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 <[email protected]>
1 parent 134a89e commit 2422d0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.golangci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ linters:
176176
- -ST1016
177177
# Omit embedded fields from selector expression: https://staticcheck.dev/docs/checks/#QF1008
178178
- -QF1008
179+
# duplicate struct tags -- used commonly for things like go-flags.
180+
- -SA5008
179181
usetesting:
180182
os-temp-dir: true
181183
exclusions:

0 commit comments

Comments
 (0)