##// END OF EJS Templates
check-code: check C patterns against .h files
Matt Mackall -
r19732:1abd45e2 default
parent child Browse files
Show More
@@ -326,7 +326,7 b' inrevlogpats = ['
326 checks = [
326 checks = [
327 ('python', r'.*\.(py|cgi)$', pyfilters, pypats),
327 ('python', r'.*\.(py|cgi)$', pyfilters, pypats),
328 ('test script', r'(.*/)?test-[^.~]*$', testfilters, testpats),
328 ('test script', r'(.*/)?test-[^.~]*$', testfilters, testpats),
329 ('c', r'.*\.c$', cfilters, cpats),
329 ('c', r'.*\.[ch]$', cfilters, cpats),
330 ('unified test', r'.*\.t$', utestfilters, utestpats),
330 ('unified test', r'.*\.t$', utestfilters, utestpats),
331 ('layering violation repo in revlog', r'mercurial/revlog\.py', pyfilters,
331 ('layering violation repo in revlog', r'mercurial/revlog\.py', pyfilters,
332 inrevlogpats),
332 inrevlogpats),
General Comments 0
You need to be logged in to leave comments. Login now