Collection of feedback from users of Huawei Cloud CodeArts Check code inspection service (6)

CodeArts Check (formerly CodeCheck) is a self-developed code checking service. Based on Huawei's 30 years of automated source code static inspection technology accumulation and enterprise-level application experience, it provides users with rich inspection capabilities such as code style, general quality and network security risks, comprehensive quality reports, and convenient closed-loop problem processing. Help companies effectively control code quality and help companies succeed: interested partners can click here >> to experience the service .

5 user voices in this issue:

26. How to modify the notification email address?
27. Does it support sending inspection result notifications through WeChat or DingTalk?
28. How are the severity levels of code inspection rules classified?
29. Why do we use different rule sets to scan out different problems and have different severity levels?
30. There are private dependencies in the customer project. How to configure them into the service?

“Listening to customers and taking action to solve their problems is the first step to customer success. That’s why the Voice of the Customer (VoC) is a critical component in driving company-wide delivery of value to customers and customer satisfaction. This includes aiming to gain customer insights, close the customer feedback loop, and prioritize product improvements to make customers successful and satisfied.”

VOC Highlights Series

Collection of voice feedback from users of CodeArts Check code checking service (1) Collection of
voice feedback from users of CodeArts Check code checking service (2) Collection of voice feedback from users of
CodeArts Check code checking service (3) Collection of voice feedback from
users of CodeArts Check code checking service (4)
CodeArts Check Collection of feedback from code inspection service users (5)

26. How to modify the notification email address?

In the upper right corner of the service, click the user's avatar to show more, select "Personal Settings", find "Email Notification" in the message settings, click the Change Settings button, and modify the email address.

image.png

Or directly click this link: https://devcloud.cn-north-4.huaweicloud.com/msgset  to reach the CodeArts message settings interface, find the email notification, and click "Change Settings":

image.png

27. Does it support sending inspection result notifications through WeChat or DingTalk?

Supported; current users can receive the inspection results by setting the webhook URL of DingTalk or Enterprise WeChat.

image.png

28. How are the severity levels of code inspection rules classified?

The severity levels are divided into four levels: fatal, serious, general, and prompt. It is comprehensively measured from the three dimensions of alarm severity, possibility of defect occurrence, and repair cost to obtain the priority of the above four alarm processing.

29. Why do we use different rule sets to scan out different problems and have different severity levels?

The rule items in different rule sets will be different, so the distribution of detected problem levels will also be different. This is normal. It is recommended to make requirements and improvements from fatal and serious problems, and make rectifications (fatal and serious problems should be cleared; general and recommended level problems should be cleared). Through automated detection, problems are discovered, rectified and repaired, and code quality is gradually improved.

30. There are private dependencies in the customer project. How to configure them into the service?

In Settings-Advanced Options, select "Configure private dependency warehouse extension point" and add private dependencies to the extension point.

image.png

Guess you like

Origin blog.csdn.net/hwxiaozhi/article/details/133123681