Skip to content

Commit

Permalink
Merge branch 'koanf-cont-cont' into enable-custom-linter-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
anodar authored Sep 4, 2023
2 parents cd13aa1 + 3be771f commit 0e29494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@
Expand Down

0 comments on commit 0e29494

Please sign in to comment.