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
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