Skip to content

Commit b89bac8

Browse files
committed
Fix min confidence
1 parent 68d7946 commit b89bac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ linters-settings:
1010
goimports:
1111
local-prefixes: github.com/golangci/golangci-lint
1212
golint:
13-
min-confidence: 0
13+
min-confidence: 0.3
1414
govet:
1515
check-shadowing: true
1616
misspell:

0 commit comments

Comments
 (0)