mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
CI: esp_err_t check: Ignore esp32_mock.h per mdns mock update
This commit is contained in:
parent
619235c2ee
commit
0a878f0e85
@ -39,7 +39,7 @@ import textwrap
|
||||
from io import open
|
||||
|
||||
# list files here which should not be parsed
|
||||
ignore_files = [os.path.join('components', 'mdns', 'test_afl_fuzz_host', 'esp32_compat.h'),
|
||||
ignore_files = [os.path.join('components', 'mdns', 'test_afl_fuzz_host', 'esp32_mock.h'),
|
||||
# tcpip_adapter in compatibility mode from 4.1 (errors reused in esp-netif)
|
||||
os.path.join('components', 'tcpip_adapter', 'include', 'tcpip_adapter_types.h')
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user