*: enable default linters (#1334)

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
Simon Pasquier 2019-05-06 15:42:50 +02:00 committed by Ben Kochie
parent c3ce1ea6d8
commit c7abeae816
2 changed files with 11 additions and 5 deletions

View File

@ -1,8 +1,12 @@
run:
modules-download-mode: vendor
# Run only staticcheck for now. Additional linters will be enabled one-by-one.
linters:
enable:
- staticcheck
disable-all: true
issues:
exclude-rules:
- path: _test.go
linters:
- errcheck
linters-settings:
errcheck:
exclude: scripts/errcheck_excludes.txt

View File

@ -0,0 +1,2 @@
// Used in HTTP handlers, any error is handled by the server itself.
(net/http.ResponseWriter).Write