You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it's important that rules_codeowners allows defining global owners at the project root, separate from a codeowners() rule. Based on the pattern by many other rule sets, this should be done with something like the following:
This allows defining global owners in the global scope (e.g. at the root of the workspace), but keeps it out of any codeowners() rules for cleaner organization.
I think it's important that
rules_codeowners
allows defining global owners at the project root, separate from acodeowners()
rule. Based on the pattern by many other rule sets, this should be done with something like the following:This allows defining global owners in the global scope (e.g. at the root of the workspace), but keeps it out of any
codeowners()
rules for cleaner organization.Sourced from: #13 (comment)
The text was updated successfully, but these errors were encountered: