clippy

1#!/bin/bash
2
3# clippy.toml is not currently supporting specifying allowed lints
4# so specify those here, and disable the rest until Zed's workspace
5# will have more fixes & suppression for the standard lint set
6cargo clippy --release --workspace --all-features --all-targets -- -A clippy::all -D clippy::dbg_macro -D clippy::todo
7cargo clippy -p gpui