restrict-imports-enforcer-rule
restrict-imports-enforcer-rule copied to clipboard
Improve pattern matching
Currently package pattern matching works by comparing the pattern with the the package string part by part. However this might give inaccurate results when using wildcards. TBC