Skip to content

Commit d88be4a

Browse files
committed
add staticheck exculusion
1 parent f6fe9ef commit d88be4a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.ci/.golangci4.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@ linters:
153153
- staticcheck
154154
path: internal/service/neptune/
155155
text: 'SA1019: \w+.(\w+) is deprecated:'
156+
- linters:
157+
- staticcheck
158+
path: internal/service/qldb/
159+
text: 'SA1019: \w+.(\w+) is deprecated:'
156160
- linters:
157161
- staticcheck
158162
path: internal/service/s3/

0 commit comments

Comments
 (0)