Skip to content

Commit 1b014c3

Browse files
committed
chore: fix invalid YAML
1 parent 050b960 commit 1b014c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01-defaults/.golangci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linters:
44
# They can be disable by moving them to the 'disable' key
55
enable:
66
# Errcheck is a program for checking for unchecked errors in Go code.
7-
- errcheck: null
7+
- errcheck
88
# Linter for Go source code that specializes in simplifying code.
99
- gosimple
1010
# Vet examines Go source code and reports suspicious constructs.

0 commit comments

Comments
 (0)