mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #7577 from drinkcat/pre-commit-cspell
.pre-commit-config.yaml: Also run cspell
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user