We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd8b4e0 commit 336dd00Copy full SHA for 336dd00
.golangci.yml
@@ -81,6 +81,9 @@ linters:
81
- revive
82
path: (framework|e2e|infrastructure/docker)/.*.go
83
text: exported (method|function|type|const) (.+) should have comment or be unexported
84
+ - linters:
85
+ - staticcheck
86
+ text: QF100(2|3|8)
87
- linters:
88
- unparam
89
text: always receives
0 commit comments