mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
Merge pull request #7577 from drinkcat/pre-commit-cspell
.pre-commit-config.yaml: Also run cspell
This commit is contained in:
commit
1898032213
1 changed files with 6 additions and 0 deletions
|
@ -15,3 +15,9 @@ repos:
|
|||
pass_filenames: false
|
||||
types: [file, rust]
|
||||
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