1
Fork 0
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:
Jan Verbeek 2021-08-24 17:10:16 +02:00
parent 68c9bfa658
commit d06c074829
12 changed files with 109 additions and 107 deletions

View file

@ -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