kordamp / kordamp-gradle-plugins

A collection of Gradle plugins
https://kordamp.org/kordamp-gradle-plugins/
Apache License 2.0
138 stars 25 forks source link

ignoreFailures should default to false #457

Closed musketyr closed 3 years ago

musketyr commented 3 years ago

ignoreFailures flag is a breaking change which stop enforcing the code quality on the project and should keep the previous behaviour which was to fail the build.

aalmiray commented 3 years ago

Is this on a specific plugin or on all quality plugins?

musketyr commented 3 years ago

all to be consistent (but I only use codenarc and checkstyle)