Skip to content

Commit

Permalink
Merge pull request square#2313 from square/jwilson.0506.upgrade_check…
Browse files Browse the repository at this point in the history
…style_77

Upgrade to Checkstyle 7.7.
  • Loading branch information
JakeWharton authored May 6, 2017
2 parents a63faf4 + 38d974d commit 77f37fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions checkstyle.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE module PUBLIC
"-//Puppy Crawl//DTD Check Configuration 1.2//EN"
"http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
"-//Puppy Crawl//DTD Check Configuration 1.3//EN"
"http://www.puppycrawl.com/dtds/configuration_1_3.dtd">

<module name="Checker">
<module name="NewlineAtEndOfFile">
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>7.3</version>
<version>7.7</version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit 77f37fa

Please sign in to comment.