Skip to content

Commit 74ba3f5

Browse files
committed
Fix linters.default value for golangci-lint v2
Change linters.default from 'false' to 'none' as required by v2 schema. The default field must be one of: 'standard', 'all', 'none', 'fast'.
1 parent 7a8eb6b commit 74ba3f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ run:
44
timeout: 5m
55

66
linters:
7-
default: false
7+
default: none
88
enable:
99
- errcheck
1010
- gosimple

0 commit comments

Comments
 (0)