Index: tools/presubmit.py |
diff --git a/tools/presubmit.py b/tools/presubmit.py |
index ebf8bd89396faf6ffe08aef46919b588e3d02216..1d80f92b8bdfde96e338bf566e6b8ffb4cda7869 100755 |
--- a/tools/presubmit.py |
+++ b/tools/presubmit.py |
@@ -195,7 +195,7 @@ class CppLintProcessor(SourceFileProcessor): |
or (name in CppLintProcessor.IGNORE_LINT)) |
def GetPathsToSearch(self): |
- return ['src', 'include', 'samples', join('test', 'cctest')] |
+ return ['src', 'preparser', 'include', 'samples', join('test', 'cctest')] |
def ProcessFiles(self, files, path): |
good_files_cache = FileContentsCache('.cpplint-cache') |