Skip to content

Commit 20cc258

Browse files
Fix lint false positives (#184)
Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
1 parent 67f5802 commit 20cc258

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.golangci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ linters:
3434
generated: strict
3535
presets:
3636
- common-false-positives
37+
rules:
38+
- path: "_test.go$"
39+
text: "^G703:"
40+
linters:
41+
- gosec
3742
formatters:
3843
enable:
3944
- gofmt

0 commit comments

Comments
 (0)