Skip to content

Commit 677b240

Browse files
authored
Fix golangci-lint (#1235)
1 parent ba7c4a0 commit 677b240

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.golangci.toml

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
[issues]
22
exclude-files = ["data/.*\\.gen\\.go", "data/generic_nullable_vector\\.go", "data/generic_vector\\.go"]
33

4-
[linters-settings.golint]
5-
min-confidence = 1
6-
74
[linters-settings.goconst]
85
min-len = 5
96
min-occurrences = 5

0 commit comments

Comments
 (0)