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
{{ message }}
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.
Hi, I'm tackling this issue right now but I'd like to discuss about the sorting thing.
When generating the new CODEOWNERS file after sorting, should we keep the comments?
Comments right now are being treated as part of the "syntax" because of the "grouping" feature. I'm afraid it may be hard to keep comments and still order by the owner.
My idea was to simply start a new codeowners file from scratch and just "group" with the name of the owner, like such
# Owned by @owner_a
file_b @owner_a
file_c @owner_a
# Owned by @owner_b
file_a @owner_b
Any suggestions on how to do this in a simple way?
After some discussion I am suggesting to add a cleanup command to tackle the following problems:
Problem
When a CODEOWNERS file becomes bigger the following problems arise:
Proposal
Add a new command
--cleanup
to do the following things.sorting
Sorting
Our initial discussion lead to the following proposal:
Related issues
#21 also asks for some of these topics.
The text was updated successfully, but these errors were encountered: