etsy / sbt-checkstyle-plugin

SBT Plugin for Running Checkstyle on Java Sources
MIT License
32 stars 25 forks source link

Updated to latest checkstyle released released 01/31/2016 #20

Closed AlejandroRivera closed 8 years ago

ajsquared commented 8 years ago

Thanks for this.

I'm thinking we can set the version to 6.+ to have it automatically pull down the newest release in the 6.x series (per http://ant.apache.org/ivy/history/2.3.0/ivyfile/dependency.html#revision).

ajsquared commented 8 years ago

I will publish a new release today with this change in it.

AlejandroRivera commented 8 years ago

I'm thinking we can set the version to 6.+ to have it automatically pull down the newest release in the 6.x series (per http://ant.apache.org/ivy/history/2.3.0/ivyfile/dependency.html#revision).

sounds tempting, but i'd be a bit worried about the implications of not having consistent builds if a new version of checkstyle gets released that breaks my build when a previous one didn't.

I will publish a new release today with this change in it.

sounds good :+1:

ajsquared commented 8 years ago

I've just published version 2.1.0 with this change in it.