jbertram commented on code in PR #4746:
URL: https://github.com/apache/activemq-artemis/pull/4746#discussion_r1457617333
##########
etc/checkstyle.xml:
##########
@@ -100,14 +100,15 @@ under the License.
<property name="severity" value="ignore"/>
</module>
- <!-- Sevntu checks,
http://sevntu-checkstyle.github.io/sevntu.checkstyle/ -->
- <module name="DiamondOperatorForVariableDefinition"/>
<module name="RequiredParameterForAnnotation">
<property name="annotationName" value="Parameterized.Parameters"/>
<property name="requiredParameters" value="name"/>
</module>
<module name="UnnecessarySemicolonInTryWithResources"/>
+ <!-- Sevntu checks,
http://sevntu-checkstyle.github.io/sevntu.checkstyle/ -->
+ <module name="DiamondOperatorForVariableDefinition"/>
Review Comment:
I looked in the Sevntu Git repo for `RequiredParameterForAnnotation` and I
couldn't find it, but I see now that I was looking in the wrong place (i.e.
`coding` package instead of `annotation`). My goal here was to clarify which
specific checks were from Sevntu.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]