Closed andys8 closed 7 years ago
Great! I'll merge this if you do a rebase and squash. Thanks.
@matthewfarwell Okay, I squashed the PR to a single commit. Squash merge should be a github feature. Could make sense to use it in the future :)
Great. Thanks!
@andys8 Thanks you for implementing this feature!
You're welcome. Hopefully there will be a release soon 🤞
Feature
Added parameter
scalastyleFailOnWarning
. If true, the scalastyle task fails if any messages at warning level are output. Default value isfalse
.Feature #58 requested by @zgraggen, PR suggested by @matthewfarwell.
Tests
config/fail-on-warning
added.scalastyleFailOnWarning
istrue
and expects scalastyle execution to fail.test-config/fail-on-warning
Result
Closes #58 and #18