about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xxlint1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlint b/xlint
index 5c8e8e4..19bb98d 100755
--- a/xlint
+++ b/xlint
@@ -389,6 +389,7 @@ for argument; do
 	if [ "$template" ]; then
 	exists_once "$template"
 	scan 'short_desc=.*\."' "unwanted trailing dot in short_desc"
+	scan 'short_desc=.*[[:space:]]"' "unwanted trailing space in short_desc"
 	scan 'short_desc=["'\''][a-z]' "short_desc should start uppercase"
 	scan 'short_desc=["'\''](An?|The) ' "short_desc should not start with an article"
 	scan 'short_desc=["'\''][\t ]' "short_desc should not start with whitespace"