check-code: catch 'ls filename --option' case as per 6bdae8ea0b48
authorMartin Geisler <mg@aragost.com>
Wed, 17 Nov 2010 09:37:57 +0100
changeset 13012 8b167ee8242f
parent 13011 4936a04b6792
child 13016 9efc316a6716
check-code: catch 'ls filename --option' case as per 6bdae8ea0b48
contrib/check-code.py
--- a/contrib/check-code.py	Tue Nov 02 17:44:19 2010 +0100
+++ b/contrib/check-code.py	Wed Nov 17 09:37:57 2010 +0100
@@ -64,6 +64,7 @@
     ('^([^"\']|("[^"]*")|(\'[^\']*\'))*\\^', "^ must be quoted"),
     (r'^source\b', "don't use 'source', use '.'"),
     (r'touch -d', "don't use 'touch -d', use 'touch -t' instead"),
+    (r'ls\s+[^-]+\s+-', "options to 'ls' must come before filenames"),
 ]
 
 testfilters = [