Browse Source

remove errcheck

jamesread 4 năm trước cách đây
mục cha
commit
41dc1d9b72
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      Makefile

+ 0 - 1
Makefile

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