mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 13:44:32 +02:00
Merge branch 'bugfix/add-ci-allow-line' into 'master'
tools: Add /*error*.o and /*error*.d to allowed build lines See merge request espressif/esp-idf!13251
This commit is contained in:
@@ -23,12 +23,14 @@ WARNING_REGEX = re.compile(r'(?:error|warning)[^\w]', re.MULTILINE | re.IGNORECA
|
|||||||
IGNORE_WARNS = [
|
IGNORE_WARNS = [
|
||||||
re.compile(r_str) for r_str in [
|
re.compile(r_str) for r_str in [
|
||||||
r'library/error\.o',
|
r'library/error\.o',
|
||||||
|
r'/.*error\S*\.o',
|
||||||
r'.*error.*\.c\.obj',
|
r'.*error.*\.c\.obj',
|
||||||
r'.*error.*\.cpp\.obj',
|
r'.*error.*\.cpp\.obj',
|
||||||
r'.*error.*\.cxx\.obj',
|
r'.*error.*\.cxx\.obj',
|
||||||
r'.*error.*\.cc\.obj',
|
r'.*error.*\.cc\.obj',
|
||||||
r'-Werror',
|
r'-Werror',
|
||||||
r'error\.d',
|
r'error\.d',
|
||||||
|
r'/.*error\S*.d',
|
||||||
r'reassigning to symbol',
|
r'reassigning to symbol',
|
||||||
r'changes choice state',
|
r'changes choice state',
|
||||||
r'crosstool_version_check\.cmake',
|
r'crosstool_version_check\.cmake',
|
||||||
|
Reference in New Issue
Block a user