File tree 3 files changed +4
-2
lines changed 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
target
2
2
project /target
3
3
.idea
4
+ * .iml
Original file line number Diff line number Diff line change @@ -17,3 +17,4 @@ Every pull request will be built with [Travis CI](https://travis-ci.org/etsy/sbt
17
17
- sentolacco [ sentolacco] ( https://github.com/sentolacco )
18
18
- Joseph Earl [ JosephEarl] ( https://github.com/JosephEarl )
19
19
- Alejandro Rivera [ AlejandroRivera] ( https://github.com/AlejandroRivera )
20
+ - Michael Stringer [ stringbean] ( https://github.com/stringbean )
Original file line number Diff line number Diff line change 1
1
# sbt-checkstyle-plugin [ ![ Build Status] ( https://travis-ci.org/etsy/sbt-checkstyle-plugin.svg?branch=master )] ( https://travis-ci.org/etsy/sbt-checkstyle-plugin )
2
2
3
- This project provides an SBT 0.13+ plugin for running Checkstyle over
3
+ This project provides an SBT 0.13+ and 1.x plugin for running Checkstyle over
4
4
Java source files. For more information about Checkstyle, see
5
5
[ http://checkstyle.sourceforge.net/ ] ( http://checkstyle.sourceforge.net/ )
6
6
@@ -14,7 +14,7 @@ This is a fork of the sbt-code-quality project found
14
14
Add the following lines to ` project/plugins.sbt ` :
15
15
16
16
``` scala
17
- addSbtPlugin(" com.etsy" % " sbt-checkstyle-plugin" % " 3.0.0 " )
17
+ addSbtPlugin(" com.etsy" % " sbt-checkstyle-plugin" % " 3.1.1 " )
18
18
```
19
19
20
20
sbt-checkstyle-plugin is an AutoPlugin, so there is no need to modify the ` build.sbt ` file to enable it.
You can’t perform that action at this time.
0 commit comments