skuzzle/restrict-imports-enforcer-rule

Configuration consistency: ensure that multiple banned imports are wrapped in parent tag

skuzzle opened this issue · 0 comments

As seen in #41 it is possible to specify wrong configurations that look correct at first glance. That is because the system allows multiple same tags where only one would be allowed. This applies to <bannedImport> but also to <allowedImport> and <exclusion>

The system should therefore check and alert the user if the configuration is inconsistent in this way.