Lines Matching refs:cpplint
130 print('Error running cpplint.py. Please make sure you have depot_tools' +
234 cpplint = os.path.join(path, "cpplint.py")
235 if os.path.isfile(cpplint):
236 return cpplint
241 good_files_cache = FileContentsCache('.cpplint-cache')
245 print 'No changes in files detected. Skipping cpplint check.'
249 command = [sys.executable, 'cpplint.py', '--filter', filt]
250 cpplint = self.GetCpplintScript(join(path, "tools"))
251 if cpplint is None:
252 print('Could not find cpplint.py. Make sure '
256 command = [sys.executable, cpplint, '--filter', filt]
322 IGNORE_COPYRIGHTS = ['cpplint.py',
412 result.add_option('--no-lint', help="Do not run cpplint", default=False,