We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c63137 commit 4c42f21Copy full SHA for 4c42f21
src/main/resources/org/sonar/plugins/checkstyle/rules.xml
@@ -2083,6 +2083,7 @@
2083
<rule key="com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck">
2084
<name><![CDATA[Annotation Location]]></name>
2085
<priority>MAJOR</priority>
2086
+ <cardinality>MULTIPLE</cardinality>
2087
<configKey><![CDATA[Checker/TreeWalker/AnnotationLocation]]></configKey>
2088
<param key="allowSamelineMultipleAnnotations" type="BOOLEAN">
2089
<defaultValue>false</defaultValue>
0 commit comments