Stop at first root directory

This commit is contained in:
Stephen Caudle 2017-05-04 00:14:28 -04:00
parent d012c72624
commit fdbeec93ad

1
cpplint/cpplint.py vendored
View File

@ -1116,6 +1116,7 @@ class FileInfo(object):
os.path.exists(os.path.join(current_dir, ".hg")) or
os.path.exists(os.path.join(current_dir, ".svn"))):
root_dir = current_dir
break
current_dir = os.path.dirname(current_dir)
if (os.path.exists(os.path.join(root_dir, ".git")) or