tomsun28 commented on PR #1766: URL: https://github.com/apache/hertzbeat/pull/1766#issuecomment-2061557364
hi, there are some check error please fix ``` [INFO] Starting audit... Error: /home/runner/work/hertzbeat/hertzbeat/common/src/main/java/org/apache/hertzbeat/common/entity/alerter/AlertSilence.java:101: Line is longer than 200 characters (found 226). [LineLength] Error: /home/runner/work/hertzbeat/hertzbeat/common/src/main/java/org/apache/hertzbeat/common/entity/manager/NoticeReceiver.java:68: Line is longer than 200 characters (found 246). [LineLength] Error: /home/runner/work/hertzbeat/hertzbeat/common/src/main/java/org/apache/hertzbeat/common/entity/manager/NoticeTemplate.java:71: Line is longer than 200 characters (found 246). [LineLength] Error: /home/runner/work/hertzbeat/hertzbeat/common/src/main/java/org/apache/hertzbeat/common/entity/manager/NoticeRule.java:102: Line is longer than 200 characters (found 203). [LineLength] Audit done. ``` -- 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]
