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:
parent
7854efc802
commit
7f05fca1ae
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ repos:
|
||||||
- id: rust-clippy
|
- id: rust-clippy
|
||||||
name: Rust clippy
|
name: Rust clippy
|
||||||
description: Run cargo clippy on files included in the commit.
|
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
|
pass_filenames: false
|
||||||
types: [file, rust]
|
types: [file, rust]
|
||||||
language: system
|
language: system
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue