mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Merge 4ea770fdfddcb9efa75a40550aae77ba779486e0 into 8487c083e1faecb1259be8a8873618cfdb69d33d
This commit is contained in:
commit
7641806ed1
2
cpplint/cpplint.py
vendored
2
cpplint/cpplint.py
vendored
@ -5989,7 +5989,7 @@ def ProcessConfigOverrides(filename):
|
||||
# and not "baz" nor "bar/baz.cc".
|
||||
if base_name:
|
||||
pattern = re.compile(val)
|
||||
if pattern.match(base_name):
|
||||
if pattern.fullmatch(base_name):
|
||||
if _cpplint_state.quiet:
|
||||
# Suppress "Ignoring file" warning when using --quiet.
|
||||
return False
|
||||
|
Loading…
x
Reference in New Issue
Block a user