##// END OF EJS Templates
check-code: warn about line glob match with no glob character (?*/)
Simon Heimberg -
r18683:a343eccd default
parent child Browse files
Show More
@@ -105,7 +105,10 utestpats = [
105 105 "use (glob) to match Windows paths too"),
106 106 ],
107 107 # warnings
108 []
108 [
109 (r'^ [^*?/\n]* \(glob\)$',
110 "warning: glob match with no glob character (?*/)"),
111 ]
109 112 ]
110 113
111 114 for i in [0, 1]:
General Comments 0
You need to be logged in to leave comments. Login now