Skip to content

Commit cd694a0

Browse files
committed
Removed scripts docscheck.sh, errcheck.sh and websitefmtcheck.sh
1 parent 2f62816 commit cd694a0

4 files changed

Lines changed: 1 addition & 91 deletions

File tree

GNUmakefile

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ fmt:
4444
fmtcheck:
4545
@sh -c "'$(CURDIR)/scripts/gofmtcheck.sh'"
4646

47-
errcheck:
48-
@sh -c "'$(CURDIR)/scripts/errcheck.sh'"
49-
5047
test-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-
6555
lint:
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

scripts/docscheck.sh

Lines changed: 0 additions & 37 deletions
This file was deleted.

scripts/errcheck.sh

Lines changed: 0 additions & 24 deletions
This file was deleted.

scripts/websitefmtcheck.sh

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)