Skip to content

Commit 669de88

Browse files
committed
Do not lint .h files in regression/
1 parent 23a40ff commit 669de88

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
@@ -6520,7 +6520,7 @@ def ProcessFile(filename, vlevel, extra_check_functions=[]):
65206520
if Search(r'_builtin_headers(_[a-z0-9_-]+)?\.h$', filename):
65216521
return
65226522

6523-
if Search(r'regression/.*\.cpp', filename):
6523+
if Search(r'regression/.*\.(cpp|h)', filename):
65246524
return
65256525

65266526
if not ProcessConfigOverrides(filename):

0 commit comments

Comments
 (0)