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

Rule: missing-metadata-annotation #239

Closed
anderseknert opened this issue Aug 9, 2023 · 1 comment · Fixed by #1131
Closed

Rule: missing-metadata-annotation #239

anderseknert opened this issue Aug 9, 2023 · 1 comment · Fixed by #1131

Comments

@anderseknert
Copy link
Member

It should be possible to say that all rules of function matching a pattern, like "does not start with _", should have a metadata annotation.

@anderseknert
Copy link
Member Author

While some enforcement of this rule could be done in the scope of a single file, this one too depends on #282 to be truly useful. Requirements like "any package must have a metadata annotation" can only be verified by looking at all packages in the project and not individual files, as a single package could be distributed across any number of files.

@anderseknert anderseknert moved this to TODO in Regal Oct 11, 2023
@anderseknert anderseknert changed the title Enforce presence of metadata annotations on rules or functions matching pattern Rule: missing-metadata-annotation Jul 15, 2024
@anderseknert anderseknert linked a pull request Sep 24, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this from TODO to Done in Regal Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant