-
Notifications
You must be signed in to change notification settings - Fork 78
ci(check_toc_txt): add warning for files not in toc #463
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
ci(check_toc_txt): add warning for files not in toc #463
Conversation
|
How do we feel about handling these files? I would normally just delete them since they are unreachable currently anyway, but I figure there may be some opinions about that. |
aff685e to
3481544
Compare
|
New unreachable files found with check-files.sh: |
3481544 to
800d32e
Compare
Add a new warning for RST files in the source directory that are unreachable, as they are not listed in any device table of contents. Signed-off-by: Randolph Sapp <[email protected]>
Purge any currently unclaimed files to allow this CI process to work properly moving forward. Signed-off-by: Randolph Sapp <[email protected]>
800d32e to
47de855
Compare
|
New unreachable files found with check_files.py: |
|
Those are the generic warnings that are addressed in #503 . Not added as a result of this PR. |
Most of the above mentioned files are present in their respective toc files.
|
|
@sadik-smd take a closer look at that path... If you think these are pattern matched, that would be incorrect. These are all exact paths to files. |
Ahh. apologies @StaticRocket I misinterpreted them as patterns instead of the extact paths of the files. |
Add a new warning for RST files in the source directory that are unreachable, as they are not listed in any device table of contents.