mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +00:00
13 lines
379 B
YAML
13 lines
379 B
YAML
![]() |
repos:
|
||
|
- repo: https://github.com/streetsidesoftware/cspell-cli
|
||
|
rev: v8.8.2
|
||
|
hooks:
|
||
|
- id: cspell
|
||
|
args:
|
||
|
- --no-progress
|
||
|
- --no-summary
|
||
|
# The lines below make pre-commit ignore the exit code while still
|
||
|
# producing valuable spell checking suggestions.
|
||
|
entry: bash -c 'cspell "$@" || true' --
|
||
|
verbose: true
|