remove errcheck

This commit is contained in:
jamesread 2021-11-04 10:34:25 +00:00
parent acde5f1fd5
commit 41dc1d9b72
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ daemon-codestyle:
go vet ./... go vet ./...
gocyclo -over 4 cmd internal gocyclo -over 4 cmd internal
gocritic check ./... gocritic check ./...
errcheck ./...
daemon-unittests: daemon-unittests:
mkdir -p reports mkdir -p reports