From 7d89957c88c5e2f51d162dc188462d4614155aab Mon Sep 17 00:00:00 2001 From: Daniel Oliveira Date: Mon, 6 Nov 2023 13:13:47 +0000 Subject: [PATCH] update(rst-format): extend doc line length to 100 limit Signed-off-by: Daniel Oliveira --- ci.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci.mk b/ci.mk index 5731b6e..190f6fa 100644 --- a/ci.mk +++ b/ci.mk @@ -349,7 +349,7 @@ endef # @example $(call ci, rstformat, /path/to/doc/folder) rst-format: - @doc8 $(_path_rst_files) --ignore D000 + @doc8 $(_path_rst_files) --ignore D000 --max-line-length 99 .PHONY: rst-format non_build_targets+=rst-format