multimediallc / multimediallc/codeowners-plus
Inline ownership rules
Open
@zbedforrest is already working on this.
Since Jan 22, 2025.
enhancement
- Dominant language
- Go
- Stars
- 41
- Forks
- 13
- Avg merge
- 5d 14h
- Merged PRs (30d)
- 4
Description
Add the ability to use code comments for scoped code ownership rules.
You should be able to add a comment above or next to a function, class, struct, or trait to mark that entity as being owned by a code owner.
Idea: use treesitter for querying AST of code files to find comment that applies to an entity and check if comment contains codeowners mark
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.