We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf6c6a commit 4c8c68cCopy full SHA for 4c8c68c
analyze/run.ps1
@@ -40,7 +40,7 @@ $strings = @{
40
$summary = ($strings.summary -f $nl, $errors, $nl, $warnings, $nl, $infos)
41
$comment = '```' + $nl + $summary + $nl + '```'
42
if ($errors -gt 0) {
43
- $comment += $scripts.errorList -f $nl, $nl
+ $comment += $strings.errorList -f $nl, $nl
44
$errorMsg = ($issues.Where({$_.Severity -eq 'Error'}) |
45
Format-List -Property RuleName, Severity, ScriptName, Line, Message |
46
Out-String -Width 80).Trim()
0 commit comments