Sfoglia il codice sorgente

golint seems to be deprecated

jamesread 4 anni fa
parent
commit
eb147d6737
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      Makefile

+ 0 - 1
Makefile

@@ -14,7 +14,6 @@ daemon-compile: daemon-compile-armhf daemon-compile-x64-lin daemon-compile-x64-w
 daemon-codestyle:
 	go fmt ./...
 	go vet ./...
-	golint ./...
 	gocyclo -over 3 cmd internal 
 
 daemon-unittests: