Lines Matching refs:exclude
251 if pats or opts.get('include') or opts.get('exclude'):
373 exclude = not_check(repo, 'cddlchk')
382 elif (e or opts.get('honour_nots')) and exclude(f):
407 exclude = not_check(repo, 'manlint')
420 elif (e or opts.get('honour_nots')) and exclude(f):
443 exclude = not_check(repo, 'mapfilechk')
466 elif (e or opts.get('honour_nots')) and exclude(f):
492 exclude = not_check(repo, 'copyright')
500 elif (e or opts.get('honour_nots')) and exclude(f):
524 exclude = not_check(repo, 'hdrchk')
534 elif (e or opts.get('honour_nots')) and exclude(f):
559 exclude = not_check(repo, 'cstyle')
569 elif (e or opts.get('honour_nots')) and exclude(f):
589 exclude = not_check(repo, 'jstyle')
599 elif (e or opts.get('honour_nots')) and exclude(f):
620 exclude = not_check(repo, 'permchk')
628 elif (e or opts.get('honour_nots')) and exclude(f):
743 exclude = not_check(repo, 'keywords')
751 elif (e or opts.get('honour_nots')) and exclude(f):
1373 specced_pats = pats or opts['include'] or opts['exclude']
1443 ('X', 'exclude', [],
1444 'exclude names matching the given patterns')],
1499 ('X', 'exclude', [],
1500 'exclude names matching the given patterns')],