You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return`\n> 🚀 **Quick Win**: ${autoFixableCount.toLocaleString()} issues (${autoFixPercent}%) can be automatically fixed using IDE tools!
1374
-
> ⚠️ **Note**: While all issues have automated fixes available, we recommend manually reviewing critical (${issues.filter(i=>i.severity==='critical').length}) and high (${issues.filter(i=>i.severity==='high').length}) severity issues before applying fixes.\n`;
1373
+
return`\n> 🚀 **Quick Win**: ${autoFixableCount.toLocaleString()} issues (${autoFixPercent}%) can be automatically fixed using the attached manifest file!\n`;
0 commit comments