From 80cac0d05c913dc9377ab708892956490f8e4649 Mon Sep 17 00:00:00 2001 From: Domino Valdano <2644901+reductionista@users.noreply.github.com> Date: Wed, 27 Nov 2024 14:54:42 -0800 Subject: [PATCH] Remove "make presubmit" command --- GNUmakefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 81a64725006..a15aa81582a 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -133,13 +133,6 @@ testdb-force: ## Prepares the test database, drops any pesky user connections th testdb-user-only: ## Prepares the test database with user only. go run . local db preparetest --user-only -# Format for CI -.PHONY: presubmit -presubmit: ## Format go files and imports. - goimports -w -local github.com/smartcontractkit/chainlink . - gofmt -w . - go mod tidy - .PHONY: gomods gomods: ## Install gomods go install github.com/jmank88/gomods@v0.1.4