We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 050b960 + 1b014c3 commit 1c257daCopy full SHA for 1c257da
01-defaults/.golangci.yaml
@@ -4,7 +4,7 @@ linters:
4
# They can be disable by moving them to the 'disable' key
5
enable:
6
# Errcheck is a program for checking for unchecked errors in Go code.
7
- - errcheck: null
+ - errcheck
8
# Linter for Go source code that specializes in simplifying code.
9
- gosimple
10
# Vet examines Go source code and reports suspicious constructs.
0 commit comments