Skip to content

Commit

Permalink
remove new defect tips in report
Browse files Browse the repository at this point in the history
  • Loading branch information
ddlin0719 committed Aug 5, 2021
1 parent 89e72de commit 7d475d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ object CodeccReportUtilsV2 {
}

indexHtmlBody.append("</div>\n")
if (toolTypeNameMap[toolNameEn]?.pattern == "LINT") indexHtmlBody.append("<p class=\"lint-tool-tips\">注:以上为起始时间后产生的新告警,鼓励该工具新告警清零。</p>\n")
// if (toolTypeNameMap[toolNameEn]?.pattern == "LINT") indexHtmlBody.append("<p class=\"lint-tool-tips\">注:以上为起始时间后产生的新告警,鼓励该工具新告警清零。</p>\n")
indexHtmlBody.append("</section>\n")
}
}
Expand Down

0 comments on commit 7d475d4

Please sign in to comment.