mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-09-11 04:46:38 +00:00
allow clippy to take arg
Some checks failed
lint / pre-commit (push) Has been cancelled
lint / rustfmt (push) Has been cancelled
lint / clippy (push) Has been cancelled
lint / cargo-check (push) Has been cancelled
release / test (push) Has been cancelled
release / build (push) Has been cancelled
test / generate-matrix (push) Has been cancelled
zizmor 🌈 / zizmor latest via PyPI (push) Has been cancelled
release / release (push) Has been cancelled
test / Python , Django () (push) Has been cancelled
test / tests (push) Has been cancelled
Some checks failed
lint / pre-commit (push) Has been cancelled
lint / rustfmt (push) Has been cancelled
lint / clippy (push) Has been cancelled
lint / cargo-check (push) Has been cancelled
release / test (push) Has been cancelled
release / build (push) Has been cancelled
test / generate-matrix (push) Has been cancelled
zizmor 🌈 / zizmor latest via PyPI (push) Has been cancelled
release / release (push) Has been cancelled
test / Python , Django () (push) Has been cancelled
test / tests (push) Has been cancelled
This commit is contained in:
parent
1dfcf1d957
commit
5749b7df98
1 changed files with 2 additions and 2 deletions
4
Justfile
4
Justfile
|
@ -26,8 +26,8 @@ check *ARGS:
|
||||||
clean:
|
clean:
|
||||||
cargo clean
|
cargo clean
|
||||||
|
|
||||||
clippy:
|
clippy *ARGS:
|
||||||
cargo clippy --all-targets --all-features --fix -- -D warnings
|
cargo clippy --all-targets --all-features --fix {{ ARGS }} -- -D warnings
|
||||||
|
|
||||||
fmt *ARGS:
|
fmt *ARGS:
|
||||||
cargo +nightly fmt {{ ARGS }}
|
cargo +nightly fmt {{ ARGS }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue