Skip to content

Commit

Permalink
update(rst-format): extend doc line length to 100 limit
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Oliveira <[email protected]>
  • Loading branch information
danielRep authored and AfonsoSantos96 committed Nov 10, 2023
1 parent b9f7bf0 commit 5b09d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b09d80

Please sign in to comment.