Fix: The paragraph in programming.po fail with a proper :: with: (#149) All checks were successful ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
programming.rst:1885:<translated>:3:Literal block expected; none found. Reviewed-on: #149 Reviewed-by: jeanas <jean@abou-samra.fr> Co-authored-by: Julien Palard <julien@palard.fr> Co-committed-by: Julien Palard <julien@palard.fr>
This commit is contained in:
parent 84018bb842
commit 3ebf8e4a31
3 changed files with 13 additions and 13 deletions
10 Makefile
10
Makefile | | @ -177,13 +177,13 @@ check-headers: | |||
@echo Checking po headers... | ||||
@sh .scripts/check-headers.sh $(SRCS) | ||||
| ||||
.PHONY: check-colons | ||||
check-colons: | ||||
@echo Checking colons... | ||||
@python .scripts/check-colon.py --check $(SRCS) | ||||
# .PHONY: check-colons | ||||
# check-colons: | ||||
# @echo Checking colons... | ||||
# @python .scripts/check-colon.py --check $(SRCS) | ||||
| ||||
.PHONY: verifs | ||||
verifs: spell line-length check-headers check-colons sphinx-lint | ||||
verifs: spell line-length check-headers sphinx-lint | ||||
| ||||
.PHONY: clean | ||||
clean: | ||||
| | | |||
Loading…
Add table
Add a link
Reference in a new issue