Skip to content

Commit 926532d

Browse files
committed
exclude vpcgw files from staticcheck linter to allow sdk bump
1 parent 505c37a commit 926532d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.golangci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ linters:
125125
linters:
126126
- stylecheck
127127
- gosec
128+
- path: internal/services/vpcgw
129+
linters:
130+
- staticcheck
128131

129132
issues:
130133
max-issues-per-linter: 0

0 commit comments

Comments
 (0)