Skip to content

Commit 6491a91

Browse files
authored
Fail when hitting asciidoctor warnings (#1425)
Change-Id: I7512d57a897f7e0c79027f38aeec4c06a9147ddd Signed-off-by: Kevin Petit <kevin.petit@arm.com>
1 parent 1af4feb commit 6491a91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ ADOCCOMMONOPTS = -a apispec="$(CURDIR)/api" \
118118
-a cspec="$(CURDIR)/c" \
119119
-a images="$(CURDIR)/images" \
120120
$(ATTRIBOPTS) $(NOTEOPTS) $(VERBOSE) $(ADOCEXTS)
121-
ADOCOPTS = --failure-level ERROR -d book $(ADOCCOMMONOPTS)
121+
ADOCOPTS = --failure-level WARNING -d book $(ADOCCOMMONOPTS)
122122

123123
# Asciidoctor options to build refpages
124124
#

0 commit comments

Comments
 (0)