1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

.pre-commit-config.yaml: Match config in CI

We need to enable -D warnings to get the same behaviour.
This commit is contained in:
Nicolas Boichat 2025-05-29 13:34:51 +02:00
parent 7854efc802
commit 7f05fca1ae

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 +stable clippy --workspace --all-targets --all-features --
entry: cargo +stable clippy --workspace --all-targets --all-features -- -D warnings
pass_filenames: false
types: [file, rust]
language: system