Skip to content

Commit 336dd00

Browse files
committed
golangci: temporarily shut up QF100{2,3,8}
Needs to be handled in #403
1 parent fd8b4e0 commit 336dd00

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
@@ -81,6 +81,9 @@ linters:
8181
- revive
8282
path: (framework|e2e|infrastructure/docker)/.*.go
8383
text: exported (method|function|type|const) (.+) should have comment or be unexported
84+
- linters:
85+
- staticcheck
86+
text: QF100(2|3|8)
8487
- linters:
8588
- unparam
8689
text: always receives

0 commit comments

Comments
 (0)