This website requires JavaScript.
Explore
Help
Sign In
zed-industries
/
zed
Watch
1
Star
1
Fork
0
You've already forked zed
mirror of
https://github.com/zed-industries/zed.git
synced
2024-11-08 07:35:01 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
76b0120665
zed
/
script
/
clippy
6 lines
60 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Actually fail on clippy failures (#7619) Before the change to `script/clippy`, bash ignored first `clippy` invocation failure and CI moved on with Linux errors and warnings emitted. Release Notes: - N/A --------- Co-authored-by: Mikayla Maki <mikayla@zed.dev>
2024-02-09 21:13:00 +03:00
#!/usr/bin/env bash
set -euxo pipefail
Add Linux build CI (#7581) Release Notes: - N/A
2024-02-08 23:56:29 +03:00
Add `cargo xtask clippy` (#8722) This PR sets up a `cargo xtask clippy` command for running `cargo clippy` with our defined set of options. The intent is to make this easier to manage as we start enabling more Clippy rules. Release Notes: - N/A
2024-03-02 22:46:02 +03:00
cargo xtask clippy
Reference in New Issue
Copy Permalink