◐ Shell
clean mode source ↗

Do not print summary repeatedly for each logger by MatejKafka · Pull Request #2058 · PowerShell/PSScriptAnalyzer

PR Summary

Updates the foreach loop where diagnostics are written to only write the summary once instead of once per logger. Given that the summary is always printed to the host (and not to the logger), it does not make sense to print it multiple times. Since there's only a single logger shipped with PSScriptAnalyzer, this does manifest in practice, but it's relevant for my follow-up PRs. :)

PR Checklist