We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f770609 commit 00716cdCopy full SHA for 00716cd
Makefile
@@ -2,7 +2,7 @@
2
.PHONY: ci
3
# TODO: add staticcheck back ASAP; removed temporarily because it
4
# complains about a lot of APIs deprecated by protobuf 1.4
5
-ci: deps checkgofmt vet predeclared ineffassign test test-nounsafe
+ci: deps checkgofmt vet ineffassign test test-nounsafe
6
7
.PHONY: deps
8
deps:
@@ -51,11 +51,6 @@ ineffassign:
51
exit 1; \
52
fi
53
54
-.PHONY: predeclared
55
-predeclared:
56
- @go install github.com/nishanths/predeclared@v0.2.2
57
- predeclared ./...
58
-
59
# Intentionally omitted from CI, but target here for ad-hoc reports.
60
.PHONY: golint
61
golint:
0 commit comments