Skip to content

Commit 517e69f

Browse files
author
Daniel Kroening
committed
silence linter on builtin headers
1 parent d1a7403 commit 517e69f

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
@@ -6511,7 +6511,7 @@ def ProcessFile(filename, vlevel, extra_check_functions=[]):
65116511
if Search(r'(\.l|\.y|\.inc|\.d|\.o|y\.tab\.cpp|\.tab\.h|\.yy\.cpp)$', filename):
65126512
return
65136513

6514-
if Search(r'_builtin_headers_[a-z0-9_-]+\.h$', filename):
6514+
if Search(r'_builtin_headers(_[a-z0-9_-]+)?\.h$', filename):
65156515
return
65166516

65176517
if not ProcessConfigOverrides(filename):

0 commit comments

Comments
 (0)