skuzzle/restrict-imports-enforcer-rule

Add control flags as configuration options

skuzzle opened this issue · 2 comments

Introduce 2 new flags for configuring the enforcer rule instances:

  • failBuild (default: true): When set to false, the error messages will be logged but the build will not fail
  • skip (default: false): When set to true the whole rule execution will be skipped

TODO: Write some tests for this

Will be released in 0.17.0