ci: configure hook exclusions and fix README lint (MD040/MD056)
This commit is contained in:
parent
67960b7b3b
commit
cf851c1c30
1 changed files with 50 additions and 23 deletions
|
|
@ -1,4 +1,13 @@
|
|||
# cSpell:ignore autofix autoupdate
|
||||
# Excluded: verbatim GPL license, auxiliary shell scripts with intentional
|
||||
# in-string formatting, and the soon-to-be-removed standalone workflow.
|
||||
exclude: |
|
||||
(?x)^(
|
||||
LICENSE\.md|
|
||||
benchmark/|
|
||||
docker/reprex/|
|
||||
\.crow/build-r-minor-sensitive-packages\.yaml
|
||||
)
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v6.0.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue