This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
zed
Watch
1
Star
0
Fork
You've already forked zed
0
mirror of
https://github.com/zed-industries/zed.git
synced
2025-01-09 02:44:49 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
10
e7bd91c6c7
zed
/
script
/
clippy
6 lines
60 B
Text
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 18:13:00 +00:00
#!/usr/bin/env bash
set -euxo pipefail
Add Linux build CI (#7581) Release Notes: - N/A
2024-02-08 20:56:29 +00: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 19:46:02 +00:00
cargo xtask clippy
Reference in a new issue
Copy permalink