##// 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 b' utestpats = ['
105 "use (glob) to match Windows paths too"),
105 "use (glob) to match Windows paths too"),
106 ],
106 ],
107 # warnings
107 # warnings
108 []
108 [
109 (r'^ [^*?/\n]* \(glob\)$',
110 "warning: glob match with no glob character (?*/)"),
111 ]
109 ]
112 ]
110
113
111 for i in [0, 1]:
114 for i in [0, 1]:
General Comments 0
You need to be logged in to leave comments. Login now