-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
01f4856
commit 80cac0d
Showing
1 changed file
with
0 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
|