dragon-zhang commented on PR #3384:
URL:
https://github.com/apache/incubator-shenyu/pull/3384#issuecomment-1118418911
Through `shenyu_checkstyle.xml` is good, but I don't know how to prohibit
restricting only blank lines (not tab) between two methods / fields, examples
below:
```java
public void test1() {
}
// blank line is enable
public void test2() {
}
//tab is not enable
public void test3() {
}
```
--
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]