summaryrefslogtreecommitdiffstats
path: root/tags/w/whitespace-after-continuation-character.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/w/whitespace-after-continuation-character.tag')
-rw-r--r--tags/w/whitespace-after-continuation-character.tag9
1 files changed, 9 insertions, 0 deletions
diff --git a/tags/w/whitespace-after-continuation-character.tag b/tags/w/whitespace-after-continuation-character.tag
new file mode 100644
index 0000000..789351f
--- /dev/null
+++ b/tags/w/whitespace-after-continuation-character.tag
@@ -0,0 +1,9 @@
+Tag: whitespace-after-continuation-character
+Severity: error
+Check: menu-format
+Explanation: The menu item is split up over two or more continuation lines, but
+ there is additional whitespace after the backslash (<code>\</code>) that
+ indicates where lines should be joined together.
+ .
+ There is no guarantee that such additional whitespace is handled correctly.
+ The backslash should be the end of the line.