Closed skuzzle closed 5 years ago
Introduce 2 new flags for configuring the enforcer rule instances:
failBuild
true
false
skip
TODO: Write some tests for this
Will be released in 0.17.0
Introduce 2 new flags for configuring the enforcer rule instances:
failBuild
(default:true
): When set tofalse
, the error messages will be logged but the build will not failskip
(default:false
): When set totrue
the whole rule execution will be skipped