Lines Matching refs:lint
21 lint = []
26 lint.append((filename, line_num,
29 return lint
42 lint = []
47 lint.append((filename, line_num, 'Tab found instead of whitespace'))
49 return lint
63 lint = []
68 lint.append((filename, line_num, 'Trailing whitespace'))
70 return lint
89 lint = []
96 lint.extend(linter.RunOnFile(filename, lines))
98 return lint