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.
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.