Skip to content

Commit c38242b

Browse files
committed
#130 Update to Checkstyle 8.17
1 parent 8dc88e1 commit c38242b

File tree

7 files changed

+3
-8
lines changed

7 files changed

+3
-8
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.16-all.jar" sourcepath="checkstyle-checkstyle-8.16.zip"/>
3+
<classpathentry exported="true" kind="lib" path="checkstyle-8.17-all.jar" sourcepath="checkstyle-checkstyle-8.17.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.16.0"
4848
Bundle-ClassPath: .,
49-
checkstyle-8.16-all.jar
49+
checkstyle-8.17-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.16-all.jar
4+
checkstyle-8.17-all.jar
55
jars.compile.order = .
66
source.. = metadata/

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ NeedBraces.allowEmptyLoopBody = allows loops with empty bodies
2929
RightCurly.desc = Checks the placement of right curly braces (<code>'}'</code>) for <code> else</code>, <code>try</code>, and <code>catch</code> tokens.<br/>\r\nThe policy to verify is specified using property <code>option</code>.
3030
RightCurly.name = Right Curly Brace Placement
3131
RightCurly.option = policy on placement of a right curly brace ('}') \u0009
32-
RightCurly.shouldStartLine = should we check if '}' starts line.
3332
RightCurly.tokens = blocks to check

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,8 @@
155155
<property-value-option value="INSTANCE_INIT"/>
156156
</enumeration>
157157
</property-metadata>
158-
<property-metadata name="shouldStartLine" datatype="Boolean" default-value="true">
159-
<description>%RightCurly.shouldStartLine</description>
160-
</property-metadata>
161158
<message-key key="line.alone"/>
162159
<message-key key="line.same"/>
163-
<message-key key="line.new"/>
164160
<message-key key="line.break.before"/>
165161
</rule-metadata>
166162

0 commit comments

Comments
 (0)