Consider making ownership globs in src/mongo/db more conservative

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Server Programmability
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      In src/mongo/db, we have a lot of globs like commands.* which expand to something like src/mongo/db/**/commands.*, which can erroneously match to things in the enterprise module. I think we only intend to match to files directly under db/ with these globs, so we should consider turning them into something like /commands.* so they don't expand to a ** glob.

              Assignee:
              Unassigned
              Reporter:
              Ryan Berryhill
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated: