1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +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:
Nicolas Boichat 2025-05-29 09:11:03 +02:00
parent 718b1a4ac7
commit 0ef7c205d0

View file

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