Merge branch 'bugfix/add-ci-allow-file-filter' into 'master'

tools: Add *error*.cpp to allowed build lines

See merge request espressif/esp-idf!13176
This commit is contained in:
Shu Chen
2021-04-20 03:25:58 +00:00

View File

@@ -24,6 +24,9 @@ IGNORE_WARNS = [
re.compile(r_str) for r_str in [
r'library/error\.o',
r'.*error.*\.c\.obj',
r'.*error.*\.cpp\.obj',
r'.*error.*\.cxx\.obj',
r'.*error.*\.cc\.obj',
r'-Werror',
r'error\.d',
r'reassigning to symbol',