Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print file names with external links #44

Merged
merged 1 commit into from
Jun 17, 2022
Merged

Conversation

aggarg
Copy link
Member

@aggarg aggarg commented Jun 10, 2022

Description

Files names were printed with internal links but not with external links which made it harder to decide which files to update when the same link existed in multiple files. This PR prints file name with external links also just like with internal links.

Output

Before:

        Error   https://tls.mbed.org/kb/development/thread-safety-and-multi-threading

After:

FILES: {'./examples/evkbmimxrt1060/shadow/include/aws_mbedtls_config.h', './examples/evkbmimxrt1060/defender/include/aws_mbedtls_config.h', './examples/evkbmimxrt1060/test/include/aws_mbedtls_config.h', './examples/evkbmimxrt1060/pubsub/include/aws_mbedtls_config.h'}
        Error   https://tls.mbed.org/kb/development/thread-safety-and-multi-threading

Files names were printed with internal links but not with external links
which made it harder to decide which files to update when the same link
existed in multiple files. This commit prints file name with external
links also just like with internal links.

Signed-off-by: Gaurav Aggarwal <[email protected]>
@aggarg aggarg merged commit b52c91b into FreeRTOS:main Jun 17, 2022
@aggarg aggarg deleted the link_verify branch June 17, 2022 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants