forked from espressif/esp-idf
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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user