From 0f31bc515f7a3c5b15f444920e250214987c3e1b Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 22 Jan 2023 13:43:19 +0100 Subject: [PATCH] Remove obsolete assert target from Makefile The referenced scripts are no longer existing --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 1d499d1..3e93f27 100644 --- a/Makefile +++ b/Makefile @@ -28,13 +28,9 @@ install: go get -u github.com/golangci/golangci-lint/cmd/golangci-lint test-integration: @cd e2e && bash ./test.sh -prepush: assert test lint test-integration +prepush: test lint test-integration check-api: @cd api && bash ./check.sh -assert: - bash .github/assert-contributors.sh - bash .github/lint-disallowed-functions-in-library.sh - bash .github/lint-commit-message.sh test: @./go.test.sh clean: