Closed skuzzle closed 7 years ago
Example:
<restrictImports implementation="de.skuzzle.enforcer.restrictimports.RestrictImports">
<reason>Use slf4j instead of java loggers</reason>
<bannedImports>
<bannedImport>java.util.logging.**</bannedImport>
</bannedImports>
</restrictImports>
to be released in 0.8.0
Add
<reason>
tag that will be printed in case banned imports have been found. Tag should be optional.