Lines Matching refs:lint
20 lint = []
25 lint.append((filename, line_num,
28 return lint
41 lint = []
46 lint.append((filename, line_num, 'Tab found instead of whitespace'))
48 return lint
62 lint = []
67 lint.append((filename, line_num, 'Trailing whitespace'))
69 return lint
88 lint = []
95 lint.extend(linter.RunOnFile(filename, lines))
97 return lint