Skip to content

Commit

Permalink
chore: just lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Dec 4, 2024
1 parent dd58af4 commit a4098bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ clean:
setup:
git submodule update --init --recursive

devloop: setup clippy fmt test env-tests udeps
devloop: setup lint test env-tests udeps
@echo ""
@echo ""
@echo "PASS"
Expand All @@ -30,6 +30,8 @@ test-blockchain-api:
test-blockchain-api-debug:
RUST_BACKTRACE=1 cargo test --features=test_blockchain_api --lib --bins chain_abstraction::tests -- --nocapture

lint: fmt clippy

clippy:
cargo clippy --workspace --features=full --all-targets -- -D warnings
# cargo clippy --workspace --features=full --lib --bins --target wasm32-unknown-unknown --exclude=ffi -- -D warnings
Expand Down

0 comments on commit a4098bf

Please sign in to comment.