summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-06-17 15:55:54 -0700
committerJunio C Hamano <gitster@pobox.com>2024-06-17 15:55:54 -0700
commitdfd668fa844f6ba18e6588a5988438baaa2d3e06 (patch)
tree2e8350633751fd446a8be15269a8ad8b2c1c15e5 /ci
parent4551858c189ba2d32bd3654fe843c3d54a77b1c8 (diff)
parentf60fec6a1665891e50b94ff553b4165fe8ab3f2d (diff)
Merge branch 'ps/check-docs-fix'
"make check-docs" noticed problems and reported to its output but failed to signal its findings with its exit status, which has been corrected. * ps/check-docs-fix: ci/test-documentation: work around SyntaxWarning in Python 3.12 gitlab-ci: add job to run `make check-docs` Documentation/lint-manpages: bubble up errors Makefile: extract script to lint missing/extraneous manpages
Diffstat (limited to 'ci')
-rwxr-xr-xci/test-documentation.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/test-documentation.sh b/ci/test-documentation.sh
index de41888430..02b3af3941 100755
--- a/ci/test-documentation.sh
+++ b/ci/test-documentation.sh
@@ -11,6 +11,7 @@ filter_log () {
-e '/^ \* new asciidoc flags$/d' \
-e '/stripped namespace before processing/d' \
-e '/Attributed.*IDs for element/d' \
+ -e '/SyntaxWarning: invalid escape sequence/d' \
"$1"
}