Show More
@@ -71,6 +71,7 b' testpats = [' | |||
|
71 | 71 | (r'[^>\n]>\s*\$HGRCPATH', "don't overwrite $HGRCPATH, append to it"), |
|
72 | 72 | (r'^stop\(\)', "don't use 'stop' as a shell function name"), |
|
73 | 73 | (r'(\[|\btest\b).*-e ', "don't use 'test -e', use 'test -f'"), |
|
74 | (r'^alias\b.*=', "don't use alias, use a function"), | |
|
74 | 75 | ], |
|
75 | 76 | # warnings |
|
76 | 77 | [] |
General Comments 0
You need to be logged in to leave comments.
Login now