diff --git a/Makefile b/Makefile index 33487d0609..d6082261cd 100644 --- a/Makefile +++ b/Makefile @@ -304,8 +304,8 @@ contracts/test/prover/proofs/%.json: $(arbitrator_cases)/%.wasm $(arbitrator_pro # strategic rules to minimize dependency building .make/lint: $(DEP_PREDICATE) build-node-deps $(ORDER_ONLY_PREDICATE) .make - go run linter/koanf/koanf.go linter/koanf/handlers.go ./... - go run linter/pointercheck/pointer.go ./... + go run ./linter/koanf ./... + go run ./linter/pointercheck ./... golangci-lint run --fix yarn --cwd contracts solhint @touch $@