Skip to content

Commit

Permalink
chore(risedev): remove --all-targets from risedev c (#15732)
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan authored Mar 18, 2024
1 parent d4629c3 commit 47bc384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@ script = """
#!/usr/bin/env bash
echo "Running $(tput setaf 4)cargo clippy$(tput sgr0) checks"
cargo clippy --all-targets ${RISINGWAVE_FEATURE_FLAGS}
cargo clippy $@ ${RISINGWAVE_FEATURE_FLAGS}
echo "If cargo clippy check failed or generates warning, you may run $(tput setaf 4)cargo clippy --workspace --all-targets --fix$(tput sgr0) to fix it. Note that clippy fix requires manual review, as not all auto fixes are guaranteed to be reasonable."
echo "Alternately, you may run $(tput setaf 4)./risedev cf {package_names}$(tput sgr0) to fix those packages (e.g. frontend, meta)."
"""
Expand Down

0 comments on commit 47bc384

Please sign in to comment.