-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* change hintrunner structure * fix linting errors * fix lint errors
- Loading branch information
Showing
24 changed files
with
944 additions
and
920 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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.PHONY: lint build clean test help format staticcheck pre-commit | ||
|
||
GOPATH_DIR=`go env GOPATH` | ||
GOPATH_DIR :=`go env GOPATH` | ||
BINARY_DIR := bin | ||
BINARY_NAME := cairo-vm | ||
|
||
|
@@ -59,5 +59,5 @@ bench: | |
# Use the same version of the golangci-lint as in our CI linting config. | ||
lint: | ||
go install github.com/golangci/golangci-lint/cmd/[email protected] | ||
golangci-lint run ./... | ||
golangci-lint run ./... -v | ||
@echo "lint: all good!" |
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
Oops, something went wrong.