Show More
@@ -150,6 +150,7 b' testpats = [' | |||||
150 | (r'grep.* -[ABC]', "don't use grep's context flags"), |
|
150 | (r'grep.* -[ABC]', "don't use grep's context flags"), | |
151 | (r'find.*-printf', |
|
151 | (r'find.*-printf', | |
152 | "don't use 'find -printf', it doesn't exist on BSD find(1)"), |
|
152 | "don't use 'find -printf', it doesn't exist on BSD find(1)"), | |
|
153 | (r'\$RANDOM ', "don't use bash-only $RANDOM to generate random values"), | |||
153 | ], |
|
154 | ], | |
154 | # warnings |
|
155 | # warnings | |
155 | [ |
|
156 | [ |
General Comments 0
You need to be logged in to leave comments.
Login now