Skip to content

Commit 7f9aefe

Browse files
committed
Do not spell check generated man pages
The source of the generated man page is already spell checked.
1 parent 0971529 commit 7f9aefe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ repos:
6868
- --ignore-words-list=master,als
6969
- --builtin=clear,rare,informal,usage,code,names,en-GB_to_en-US
7070
exclude_types: [image]
71+
exclude: ^docs/man/.*$
7172

7273
# Check some shell scripts
7374
- repo: https://github.com/shellcheck-py/shellcheck-py

0 commit comments

Comments
 (0)