changeset 13012 | 8b167ee8242f |
parent 12964 | 34034e55424f |
child 13026 | 53391819f195 |
--- 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 = [