Add metric collection function to router plugin #5205
Annotations
1 error and 2 warnings
checkstyle
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
checkstyle:
sermant-plugins/sermant-router/router-common/src/main/java/io/sermant/router/common/config/RouterConfig.java#L239
[Checkstyle Check] reported by reviewdog 🐶
编程规范-建议1.2 布尔变量名或方法以is开头(has have does do did will should can may must could等疑问助动词也可以,Android允许m作为疑问助动词前缀)
Raw Output:
/home/runner/work/Sermant/Sermant/./sermant-plugins/sermant-router/router-common/src/main/java/io/sermant/router/common/config/RouterConfig.java:239:0: warning: 编程规范-建议1.2 布尔变量名或方法以is开头(has have does do did will should can may must could等疑问助动词也可以,Android允许m作为疑问助动词前缀) (com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineCheck)
|
Loading