Skip to content

Commit 22016c0

Browse files
Do not lint C++ regression tests
1 parent a4f29ad commit 22016c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/cpplint.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6516,6 +6516,9 @@ def ProcessFile(filename, vlevel, extra_check_functions=[]):
65166516
if Search(r'_builtin_headers(_[a-z0-9_-]+)?\.h$', filename):
65176517
return
65186518

6519+
if Search(r'regression/.*\.cpp', filename):
6520+
return
6521+
65196522
if not ProcessConfigOverrides(filename):
65206523
_RestoreFilters()
65216524
return

0 commit comments

Comments
 (0)