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. Whereas `codeowners src/file.go` will correctly match a rule that covers this file/directory.
Title says it all.
If you run
codeowners ./src/file.goit will always hit a*rule, or just(unowned)if there is no*rule.Whereas
codeowners src/file.gowill correctly match a rule that covers this file/directory.