Skip to content

Commit 1c257da

Browse files
authored
Merge pull request #9 from ccoVeille/add-default-golangci-conf
chore: fix invalid YAML
2 parents 050b960 + 1b014c3 commit 1c257da

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)