Skip to content

Commit cdb38f2

Browse files
Calixteromani
authored andcommitted
Issue #237: update to Checkstyle 8.34
1 parent e0064fa commit cdb38f2

File tree

6 files changed

+5
-4
lines changed

6 files changed

+5
-4
lines changed

net.sf.eclipsecs.checkstyle/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry exported="true" kind="lib" path="checkstyle-8.33-all.jar" sourcepath="checkstyle-checkstyle-8.33.zip"/>
3+
<classpathentry exported="true" kind="lib" path="checkstyle-8.34-all.jar" sourcepath="checkstyle-checkstyle-8.34.zip"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
55
<attributes>
66
<attribute name="maven.pomderived" value="true"/>

net.sf.eclipsecs.checkstyle/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ Export-Package: .,
4646
com.puppycrawl.tools.checkstyle.utils,
4747
org.apache.commons.beanutils;version="8.33.0"
4848
Bundle-ClassPath: .,
49-
checkstyle-8.33-all.jar
49+
checkstyle-8.34-all.jar
5050
Automatic-Module-Name: net.sf.eclipsecs.checkstyle
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
bin.includes = META-INF/,\
22
.,\
33
license/,\
4-
checkstyle-8.33-all.jar
4+
checkstyle-8.34-all.jar
55
jars.compile.order = .
66
source.. = metadata/

net.sf.eclipsecs.checkstyle/metadata/com/puppycrawl/tools/checkstyle/checks/blocks/checkstyle-metadata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@
155155
<property-value-option value="INSTANCE_INIT"/>
156156
<property-value-option value="ANNOTATION_DEF"/>
157157
<property-value-option value="ENUM_DEF"/>
158+
<property-value-option value="INTERFACE_DEF"/>
158159
</enumeration>
159160
</property-metadata>
160161
<message-key key="line.alone"/>

net.sf.eclipsecs.checkstyle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<name>Checkstyle Core Library Plugin</name>
1212

1313
<properties>
14-
<checkstyle.version>8.33</checkstyle.version>
14+
<checkstyle.version>8.34</checkstyle.version>
1515
</properties>
1616
<build>
1717
<plugins>

0 commit comments

Comments
 (0)