Searched refs:CppLintProcessor (Results 1 – 2 of 2) sorted by relevance
220 class CppLintProcessor(SourceFileProcessor): class229 return (super(CppLintProcessor, self).IgnoreDir(name)235 return (super(CppLintProcessor, self).IgnoreFile(name)236 or (name in CppLintProcessor.IGNORE_LINT))446 success = CppLintProcessor().Run(workspace) and success
68 from presubmit import CppLintProcessor74 if not CppLintProcessor().Run(input_api.PresubmitLocalPath()):