Show More
@@ -73,6 +73,7 b' testpats = [' | |||
|
73 | 73 | (r'^stop\(\)', "don't use 'stop' as a shell function name"), |
|
74 | 74 | (r'(\[|\btest\b).*-e ', "don't use 'test -e', use 'test -f'"), |
|
75 | 75 | (r'^alias\b.*=', "don't use alias, use a function"), |
|
76 | (r'if\s*!', "don't use '!' to negate exit status"), | |
|
76 | 77 | ], |
|
77 | 78 | # warnings |
|
78 | 79 | [] |
General Comments 0
You need to be logged in to leave comments.
Login now