mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-10 19:59:40 +02:00
ci: exclude input/ from codespell errors
This commit is contained in:
parent
1b33c10bf5
commit
844f0a3561
2 changed files with 2 additions and 1 deletions
|
@ -2,4 +2,4 @@
|
||||||
# SPDX-License-Identifier: CC0-1.0
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
[codespell]
|
[codespell]
|
||||||
skip = ./build,./source/diag/*.svg
|
skip = ./build,./input,./source/diag/*.svg
|
||||||
|
|
|
@ -30,6 +30,7 @@ html-linkcheck: clean html
|
||||||
codespell:
|
codespell:
|
||||||
@$(PRINTF) "The following change suggestions are only warnings! (Please don't fix them)\n"
|
@$(PRINTF) "The following change suggestions are only warnings! (Please don't fix them)\n"
|
||||||
@$(CODESPELL) source/diag || true
|
@$(CODESPELL) source/diag || true
|
||||||
|
@$(CODESPELL) input/ || true
|
||||||
@$(PRINTF) "The following change suggestions are errors!\n"
|
@$(PRINTF) "The following change suggestions are errors!\n"
|
||||||
@$(CODESPELL) .
|
@$(CODESPELL) .
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue