Procházet zdrojové kódy

golint seems to be deprecated

jamesread před 4 roky
rodič
revize
eb147d6737
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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: