Skip to content

Commit 9d755fd

Browse files
authored
Merge pull request #1841 from stgraber/main
golangci: Disable STI005 error checks
2 parents 3f43067 + 0bfb806 commit 9d755fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.golangci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ linters:
5858
- linters:
5959
- revive
6060
source: '^//generate-database:mapper '
61+
- linters:
62+
- staticcheck
63+
text: "ST1005:"
6164
paths:
6265
- third_party$
6366
- builtin$

0 commit comments

Comments
 (0)