Skip to content

Commit fc670b5

Browse files
committed
Do not lint .h files in regression/
1 parent 763d4d1 commit fc670b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cpplint.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6536,7 +6536,7 @@ def ProcessFile(filename, vlevel, extra_check_functions=[]):
65366536
if Search(r'_builtin_headers(_[a-z0-9_-]+)?\.h$', filename):
65376537
return
65386538

6539-
if Search(r'regression/.*\.cpp', filename):
6539+
if Search(r'regression/.*\.(cpp|h)', filename):
65406540
return
65416541

65426542
if not ProcessConfigOverrides(filename):

0 commit comments

Comments
 (0)