Skip to content

Commit

Permalink
Remove "make presubmit" command
Browse files Browse the repository at this point in the history
  • Loading branch information
reductionista committed Nov 27, 2024
1 parent 01f4856 commit 80cac0d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80cac0d

Please sign in to comment.