Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .hyperlint/reviewer/custom-style-guide/code-formatting.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ xref:api:ROOT:admin-api.adoc#get-/v1/broker/pre_restart_probe[`pre_restart_probe
----

This version is incorrect because it starts directly with the xref. According to our style guidelines, sentences should not begin with a command, code snippet, or filename. Instead, the xref should be integrated into a descriptive sentence.


== AsciiDoc include directives

Do NOT make comments on lines that start with `include::`, this just allows us to import other files.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Do NOT make comments on lines that start with `include::`, this just allows us to import other files.
Do not make comments on lines that begin with `include::`. This notation inserts the content from another file.

Loading