mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
.pre-commit-config.yaml: Also run cspell
That cuaght me a few times... I think it's reasonable to ask devs to install cspell locally if they want to use the pre-commit hook.
This commit is contained in:
parent
2488e17aef
commit
4a959d4bdd
1 changed files with 6 additions and 0 deletions
|
@ -15,3 +15,9 @@ repos:
|
||||||
pass_filenames: false
|
pass_filenames: false
|
||||||
types: [file, rust]
|
types: [file, rust]
|
||||||
language: system
|
language: system
|
||||||
|
- id: cspell
|
||||||
|
name: Code spell checker (cspell)
|
||||||
|
description: Run cspell to check for spelling errors.
|
||||||
|
entry: cspell --
|
||||||
|
pass_filenames: true
|
||||||
|
language: system
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue