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

CI: Check if all paths inside paths/ are included in paths.yml #313

Open
Foorack opened this issue Apr 17, 2024 · 3 comments
Open

CI: Check if all paths inside paths/ are included in paths.yml #313

Foorack opened this issue Apr 17, 2024 · 3 comments
Assignees
Labels
Priority: Medium Normal priority

Comments

@Foorack
Copy link
Member

Foorack commented Apr 17, 2024

This to avoid paths from being forgotten to be added to paths.yml. If they are not in there, then the bundler will not be aware of them, and therefore not include them.

@Foorack Foorack added the Priority: Medium Normal priority label Apr 17, 2024
@Foorack Foorack self-assigned this Apr 17, 2024
@jellejurre
Copy link
Contributor

Isnt this done by 00fac57?
@Foorack

@Foorack
Copy link
Member Author

Foorack commented Oct 7, 2024

@jellejurre I think specifically if a path is implemented, but missing from paths.yml, that is missed. Basically it needs to check if there are "unreferenced path implementations", a.k.a check for unused files in the project.

@Foorack
Copy link
Member Author

Foorack commented Oct 7, 2024

There has been cases where either me or someone else implements an entire API section, but then it doesn't show up, simply because it is missing from paths.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Medium Normal priority
Development

No branches or pull requests

2 participants