Skip to content

Commit

Permalink
chore: added relayer to clippy makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
frolvanya committed Jan 15, 2025
1 parent 4126ec0 commit 4bd6867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUSTFLAGS = -C link-arg=-s
NEAR_MANIFEST = ./near/Cargo.toml
OMNI_RELAYER_MANIFEST = ./omni-relayer/Cargo.toml

clippy: clippy-near #clippy-relayer
clippy: clippy-near clippy-omni-relayer

clippy-near: rust-build-token
cargo clippy --manifest-path $(NEAR_MANIFEST) -- $(LINT_OPTIONS)
Expand Down

0 comments on commit 4bd6867

Please sign in to comment.