File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444fmtcheck :
4545 @sh -c " '$( CURDIR) /scripts/gofmtcheck.sh'"
4646
47- errcheck :
48- @sh -c " '$( CURDIR) /scripts/errcheck.sh'"
49-
5047test-compile :
5148 @if [ " $( TEST) " = " ./..." ]; then \
5249 echo " ERROR: Set TEST to a specific package. For example," ; \
@@ -55,13 +52,6 @@ test-compile:
5552 fi
5653 go test -c $(TEST ) $(TESTARGS )
5754
58-
59- websitefmtcheck :
60- @sh -c " '$( CURDIR) /scripts/websitefmtcheck.sh'"
61-
62- docscheck :
63- @sh -c " '$( CURDIR) /scripts/docscheck.sh'"
64-
6555lint :
6656 @echo " ==> Checking source code against linters..."
6757 @golangci-lint --disable errcheck run ./$(PKG_NAME ) /...
@@ -89,7 +79,7 @@ website-lint:
8979 @echo " ==> Checking website against linters..."
9080 @misspell -error -source=text website/
9181
92- .PHONY : build init plan apply test testacc debugacc fmt fmtcheck vet lint tools test-compile websitefmtcheck website website-lint website-test docscheck test-compile errcheck
82+ .PHONY : build init plan apply test testacc debugacc fmt fmtcheck vet lint tools test-compile website website-lint website-test test-compile
9383
9484
9585
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments