Skip to content

Commit c7651d5

Browse files
committed
Upgrade to Checkstyle 8.29
Closes gh-171
1 parent de26136 commit c7651d5

File tree

2 files changed

+2
-3
lines changed
  • spring-javaformat/spring-javaformat-checkstyle/src/main/java/io/spring/javaformat/checkstyle/filter

2 files changed

+2
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<ant-contrib.version>1.0b3</ant-contrib.version>
3939
<asm.version>5.2</asm.version>
4040
<assertj.version>3.8.0</assertj.version>
41-
<checkstyle.version>8.25</checkstyle.version>
41+
<checkstyle.version>8.29</checkstyle.version>
4242
<gradle.version>3.4</gradle.version>
4343
<groovy.version>2.4.7</groovy.version>
4444
<maven-core.version>3.5.0</maven-core.version>

spring-javaformat/spring-javaformat-checkstyle/src/main/java/io/spring/javaformat/checkstyle/filter/CheckFilter.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2017-2019 the original author or authors.
2+
* Copyright 2017-2020 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -44,7 +44,6 @@ public class CheckFilter extends AbstractCheck {
4444
@Override
4545
public void finishLocalSetup() {
4646
DefaultContext context = new DefaultContext();
47-
context.add("classLoader", getClassLoader());
4847
context.add("severity", getSeverity());
4948
context.add("tabWidth", String.valueOf(getTabWidth()));
5049
this.childContext = context;

0 commit comments

Comments
 (0)