mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
.pre-commit-config.yaml: Do not fail cspell if all files are ignored
cspell pre-commit hook would fail if the only change was a Cargo.lock change. This fixes it.
This commit is contained in:
parent
718b1a4ac7
commit
0ef7c205d0
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,6 @@ repos:
|
|||
- id: cspell
|
||||
name: Code spell checker (cspell)
|
||||
description: Run cspell to check for spelling errors.
|
||||
entry: cspell --
|
||||
entry: cspell --no-must-find-files --
|
||||
pass_filenames: true
|
||||
language: system
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue