| Index: tools/presubmit.py
|
| diff --git a/tools/presubmit.py b/tools/presubmit.py
|
| index 12475b33c481390ca1c973683bd41a4ef768b3be..780dab9cf9e4c86e347dac5b382ab989268e6dc6 100755
|
| --- a/tools/presubmit.py
|
| +++ b/tools/presubmit.py
|
| @@ -226,7 +226,7 @@ class CppLintProcessor(SourceFileProcessor):
|
| or (name in CppLintProcessor.IGNORE_LINT))
|
|
|
| def GetPathsToSearch(self):
|
| - return ['src', 'preparser', 'include', 'samples', join('test', 'cctest')]
|
| + return ['src', 'include', 'samples', join('test', 'cctest')]
|
|
|
| def GetCpplintScript(self, prio_path):
|
| for path in [prio_path] + os.environ["PATH"].split(os.pathsep):
|
|
|