Closed josephearl closed 8 years ago
I have fixed https://github.com/Redmart/sbt-checkstyle-plugin/issues/3 and https://github.com/Redmart/sbt-checkstyle-plugin/issues/4 as part of this port, but not https://github.com/Redmart/sbt-checkstyle-plugin/issues/5 yet.
Do you want to fix https://github.com/Redmart/sbt-checkstyle-plugin/issues/5 in this PR?
Yes, let's do that
Great, sounds good!
Fixed issue 5, please review
I really appreciate all the pull requests you've sent in! I'm a bit busy this weekend, but I will look over everything on Monday.
Updated to use Option[CheckstyleSeverityLevel] and removed the checkstyle-check task
Fixed #8. Ported from https://github.com/Redmart/sbt-checkstyle-plugin, refactored to avoid duplicate code.
Adds checkstyle-check task and checkstyleCheckSeverityLevel setting.