Deny all Clippy warnings (#8720)

This PR makes Clippy deny all warnings across the workspace.

We now enumerate all of the rules that have violations and temporarily
allow them, with the goal being to drive the list down over time.

On Windows we don't yet use `--deny warnings`, as the Windows build
still has some warnings.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-03-02 15:51:01 -05:00 committed by GitHub
parent c9a509c805
commit bf666af3a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 116 additions and 23 deletions

View file

@ -32,8 +32,7 @@ jobs:
uses: ./.github/actions/check_style
- name: Run clippy
shell: bash -euxo pipefail {0}
run: script/clippy
run: cargo xtask clippy
tests:
name: Run tests
if: github.repository_owner == 'zed-industries'