We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Title says it all.
If you run codeowners ./src/file.go it will always hit a * rule, or just (unowned) if there is no * rule.
codeowners ./src/file.go
*
(unowned)
Whereas codeowners src/file.go will correctly match a rule that covers this file/directory.
codeowners src/file.go