Skip to content

Commit 70bca5e

Browse files
committed
Do not lint .h files in regression/
1 parent 3e2ab6f commit 70bca5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cpplint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6506,7 +6506,7 @@ def ProcessFile(filename, vlevel, extra_check_functions=[]):
65066506
if Search(r'_builtin_headers(_[a-z0-9_-]+)?\.h$', filename):
65076507
return
65086508

6509-
if Search(r'regression/.*\.cpp', filename):
6509+
if Search(r'regression/.*\.(cpp|h)', filename):
65106510
return
65116511

65126512
if not ProcessConfigOverrides(filename):

0 commit comments

Comments
 (0)