We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff98a5 commit 70cc065Copy full SHA for 70cc065
tools/cpplint.py
@@ -741,7 +741,7 @@
741
# uppercase character, such as Python.h or nsStringAPI.h, for example).
742
# - Lua headers.
743
_THIRD_PARTY_HEADERS_PATTERN = re.compile(
744
- r'^(?:[^/]*[A-Z][^/]*\.h|lua\.h|lauxlib\.h|lualib\.h)$')
+ r'^(?:[^/]*[A-Z][^/]*\.h|lua\.h|lauxlib\.h|lualib\.h|ares_nameser.h)$')
745
746
# Pattern for matching FileInfo.BaseName() against test file name
747
_test_suffixes = ['_test', '_regtest', '_unittest']
0 commit comments