You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use the asciidoctor maven plugin to build our tech docs. When building we see WARNs and ERRORs but there is not enough details to identify source of found build error. We have over 30 README.adoc files. How can we increase the asciidoctor ERROR and WARNING details?
asciidoctor: ERROR: t/README.adoc: line 56: table missing leading separator, recovering automatically
asciidoctor: WARNING: E.adoc: line 101: section title out of sequence: expected level 4, got level 5
asciidoctor: WARNING: E.adoc: line 108: section title out of sequence: expected level 4, got level 5
asciidoctor: WARNING: README.adoc: line 116: section title out of sequence: expected level 2, got level 3
asciidoctor: WARNING: README.adoc: line 121: section title out of sequence: expected level 2, got level 3
asciidoctor: WARNING: README.adoc: line 128: section title out of sequence: expected level 2, got level 3
asciidoctor: WARNING: README.adoc: line 231: section title out of sequence: expected level 2, got level 3
asciidoctor: WARNING: README.adoc: line 338: section title out of sequence: expected level 2, got level 3
asciidoctor: WARNING: adoc: line 70: section title out of sequence: expected level 3, got level 4
asciidoctor: WARNING: adoc: line 76: section title out of sequence: expected level 3, got level 4
asciidoctor: ERROR: t/README.adoc: line 56: table missing leading separator, recovering automatically
asciidoctor: WARNING: E.adoc: line 101: section title out of sequence: expected level 4, got level 5
asciidoctor: WARNING: E.adoc: line 108: section title out of sequence: expected level 4, got level 5
The text was updated successfully, but these errors were encountered:
I ran into the same problem when working on a docs site recently. This is something that will be solved by asciidoctor/asciidoctor#44. It's next on my list of major features to tackle. The error message is simply not including enough context (and it's being fed into a logging system where more context could be added).
We use the asciidoctor maven plugin to build our tech docs. When building we see WARNs and ERRORs but there is not enough details to identify source of found build error. We have over 30 README.adoc files. How can we increase the asciidoctor ERROR and WARNING details?
The text was updated successfully, but these errors were encountered: