mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-22 14:35:21 +00:00
Fix the regexes in the known issues database so that they work on Winndows machines with different path formats. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
16 lines
486 B
Plaintext
16 lines
486 B
Plaintext
#
|
|
# Display
|
|
#
|
|
#
|
|
# include
|
|
#
|
|
^(?P<filename>([\-:\\/\w\.])+[/\\]doc[/\\]api[/\\]display_api.rst):(?P<lineno>[0-9]+): WARNING: Invalid definition: Expected identifier in nested name. \[error at [0-9]+]
|
|
^[ \t]*
|
|
^[ \t]*\^
|
|
^(?P=filename):(?P=lineno): WARNING: Invalid definition: Expected identifier in nested name. \[error at [0-9]+]
|
|
^[ \t]*
|
|
^[ \t]*\^
|
|
^(?P=filename):(?P=lineno): WARNING: Invalid definition: Expected end of definition. \[error at [0-9]+]
|
|
^.*mb_image.__unnamed__
|
|
^[- \t]*\^
|