kordamp / enforcer-gradle-plugin

Kordamp Enforcer Gradle Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow to set rules to WARN instead of ERROR

leonard84 opened this issue · comments

Sometimes you just want to help your users with warnings without forcing them to fix something. Or you want to deprecate something and warn and then later on switch to error.

WARN rules should only log warnings and don't fail the build.