xuxiaowei-com-cn commented on issue #8084:
URL:
https://github.com/apache/incubator-seata/issues/8084#issuecomment-4342839027
- If you want to ignore method name checks for all test classes, you can
configure `style/checkstyle.xml`:
- 如果要忽略所有测试类的方法名检查,可以配置 `style/checkstyle.xml`:
```
<module name="SuppressionSingleFilter">
<property name="checks" value="MethodName"/>
<property name="files"
value=".*[/\\]src[/\\]test[/\\]java[/\\].*\.java$"/>
</module>
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]