mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #8026 from drinkcat/cspell-cargo-lock
.pre-commit-config.yaml: Do not fail cspell if all files are ignored
This commit is contained in:
commit
2ff6c166ea
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