diff --git a/cpplint/cpplint.py b/cpplint/cpplint.py index 949c510..f46127f 100755 --- a/cpplint/cpplint.py +++ b/cpplint/cpplint.py @@ -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