diff --git a/.vale.ini b/.vale.ini index 14a0f36..ce205df 100644 --- a/.vale.ini +++ b/.vale.ini @@ -4,5 +4,8 @@ MinAlertLevel = suggestion Packages = https://github.com/rohennes/ocp-rules/releases/latest/download/AsciiDoc.zip +#Ignore block comments in AsciiDoc source +TokenIgnores = (\/\/\/\/\n(.*\n)*\/\/\/\/\n) + [[!.]*.adoc] BasedOnStyles = RedHat, AsciiDoc \ No newline at end of file