diff options
author | Mathieu Suen <mathieu.suen@sonarsource.com> | 2024-09-23 16:56:17 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-09-25 20:02:54 +0000 |
commit | 20709cb92df91c0a6c20aa010c5dff53e65f9c74 (patch) | |
tree | ecc32ad449f0127c7a808b0c1ddec0cc3cdae442 /server/sonar-web/src/main/js/api/messages.ts | |
parent | 762dc3985955aa2079d1299de3f0dbe845dbb0cd (diff) | |
download | sonarqube-20709cb92df91c0a6c20aa010c5dff53e65f9c74.tar.gz sonarqube-20709cb92df91c0a6c20aa010c5dff53e65f9c74.zip |
SONAR-23064 Add unsolved finding on overall code warning
Diffstat (limited to 'server/sonar-web/src/main/js/api/messages.ts')
-rw-r--r-- | server/sonar-web/src/main/js/api/messages.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/api/messages.ts b/server/sonar-web/src/main/js/api/messages.ts index a5081180e20..983ae9a2715 100644 --- a/server/sonar-web/src/main/js/api/messages.ts +++ b/server/sonar-web/src/main/js/api/messages.ts @@ -27,6 +27,7 @@ export enum MessageTypes { ProjectNcd90 = 'PROJECT_NCD_90', ProjectNcdPage90 = 'PROJECT_NCD_PAGE_90', BranchNcd90 = 'BRANCH_NCD_90', + UnresolvedFindingsInAIGeneratedCode = 'UNRESOLVED_FINDINGS_IN_AI_GENERATED_CODE', } export interface MessageDismissParams { |