Skip to content

Commit 4c42f21

Browse files
Daniel Muehlbachlermuhlba91
authored andcommitted
Issue #298: fix AnnotationLocationCheck
1 parent 9c63137 commit 4c42f21

File tree

1 file changed

+1
-0
lines changed
  • src/main/resources/org/sonar/plugins/checkstyle

1 file changed

+1
-0
lines changed

src/main/resources/org/sonar/plugins/checkstyle/rules.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2083,6 +2083,7 @@
20832083
<rule key="com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck">
20842084
<name><![CDATA[Annotation Location]]></name>
20852085
<priority>MAJOR</priority>
2086+
<cardinality>MULTIPLE</cardinality>
20862087
<configKey><![CDATA[Checker/TreeWalker/AnnotationLocation]]></configKey>
20872088
<param key="allowSamelineMultipleAnnotations" type="BOOLEAN">
20882089
<defaultValue>false</defaultValue>

0 commit comments

Comments
 (0)