mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
Run clippy on the full workspace
These lints were cluttering up the "problems" tab in my VS Code. `--workspace` fixes the disparity.
This commit is contained in:
parent
68c9bfa658
commit
d06c074829
12 changed files with 109 additions and 107 deletions
|
@ -11,7 +11,7 @@ repos:
|
|||
- id: rust-clippy
|
||||
name: Rust clippy
|
||||
description: Run cargo clippy on files included in the commit.
|
||||
entry: cargo +nightly clippy --all-targets --all-features --
|
||||
entry: cargo +nightly clippy --workspace --all-targets --all-features --
|
||||
pass_filenames: false
|
||||
types: [file, rust]
|
||||
language: system
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue