fan-tom / intellij-codeowners

Support of CODEOWNERS file in Intellij-based IDEs
MIT License
20 stars 9 forks source link

Double asterisk in the ownership rule doesn't accept zero nesting #256

Open fan-tom opened 4 months ago

fan-tom commented 4 months ago

When double asterisk (**) is used in an ownership rule, GitHub doesn't require it to match anything, e.g. this rule /foo/**/bar/ will match both paths /foo/mid/bar/file.txt and /foo/bar/file.txt while plugin doesn't take this rule into account when calculating owner in the second case