Skip to content

Commit

Permalink
Run linters by specifying linter folder rather than go files
Browse files Browse the repository at this point in the history
  • Loading branch information
anodar committed Sep 4, 2023
1 parent 7863f71 commit 800c0a4
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 800c0a4

Please sign in to comment.