mirror of
https://github.com/tiennm99/styleguide.git
synced 2026-09-05 06:17:08 +00:00
Merge pull request #289 from iam/gh-pages
cpplint: Fix --root for non-subdirectories
This commit is contained in:
Vendored
+2
@@ -1777,6 +1777,8 @@ def GetHeaderGuardCPPVariable(filename):
|
||||
fileinfo = FileInfo(filename)
|
||||
file_path_from_root = fileinfo.RepositoryName()
|
||||
if _root:
|
||||
file_path_from_root = fileinfo.FullName()
|
||||
|
||||
suffix = os.sep
|
||||
# On Windows using directory separator will leave us with
|
||||
# "bogus escape error" unless we properly escape regex.
|
||||
|
||||
Reference in New Issue
Block a user