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
The incorrect-capitalization rule currently complains about words from the specified capitalization list even when they appear in filenames:
[echo] Line 40: filepath - [incorrect-capitalization]
[echo] The word 'XML' is incorrectly capitalized in the following text:
[echo]
[echo] plugin.xml.
The same issue applies to instances of these words within URLs:
[echo] Line 23: dd - [incorrect-capitalization]
[echo] The word 'XML' is incorrectly capitalized in the following text:
[echo]
[echo] The DITA-OT project archive at dita.xml.org provides news about earlier toolkit releases […]
The easiest fix might be to only flag incorrect capitalization for words surrounded by whitespace, so in this case only xml would be treated as incorrect, but plugin.xml or dita.xml.org would be accepted.
The text was updated successfully, but these errors were encountered:
The
incorrect-capitalization
rule currently complains about words from the specified capitalization list even when they appear in filenames:The same issue applies to instances of these words within URLs:
The easiest fix might be to only flag incorrect capitalization for words surrounded by whitespace, so in this case only
xml
would be treated as incorrect, butplugin.xml
ordita.xml.org
would be accepted.The text was updated successfully, but these errors were encountered: