Skip to content

Commit 58b5c5f

Browse files
committed
Update README and contributors
1 parent ee879e5 commit 58b5c5f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
target
22
project/target
33
.idea
4+
*.iml

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ Every pull request will be built with [Travis CI](https://travis-ci.org/etsy/sbt
1717
- sentolacco [sentolacco](https://github.com/sentolacco)
1818
- Joseph Earl [JosephEarl](https://github.com/JosephEarl)
1919
- Alejandro Rivera [AlejandroRivera](https://github.com/AlejandroRivera)
20+
- Michael Stringer [stringbean](https://github.com/stringbean)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# sbt-checkstyle-plugin [![Build Status](https://travis-ci.org/etsy/sbt-checkstyle-plugin.svg?branch=master)](https://travis-ci.org/etsy/sbt-checkstyle-plugin)
22

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
44
Java source files. For more information about Checkstyle, see
55
[http://checkstyle.sourceforge.net/](http://checkstyle.sourceforge.net/)
66

@@ -14,7 +14,7 @@ This is a fork of the sbt-code-quality project found
1414
Add the following lines to `project/plugins.sbt`:
1515

1616
```scala
17-
addSbtPlugin("com.etsy" % "sbt-checkstyle-plugin" % "3.0.0")
17+
addSbtPlugin("com.etsy" % "sbt-checkstyle-plugin" % "3.1.1")
1818
```
1919

2020
sbt-checkstyle-plugin is an AutoPlugin, so there is no need to modify the `build.sbt` file to enable it.

0 commit comments

Comments
 (0)