Show More
@@ -63,6 +63,7 b' testpats = [' | |||
|
63 | 63 | (r'export.*=', "don't export and assign at once"), |
|
64 | 64 | ('^([^"\']|("[^"]*")|(\'[^\']*\'))*\\^', "^ must be quoted"), |
|
65 | 65 | (r'^source\b', "don't use 'source', use '.'"), |
|
66 | (r'touch -d', "don't use 'touch -d', use 'touch -t' instead"), | |
|
66 | 67 | ] |
|
67 | 68 | |
|
68 | 69 | testfilters = [ |
General Comments 0
You need to be logged in to leave comments.
Login now