Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finalise new -ReportSummary switch #895

Merged
merged 14 commits into from
Mar 2, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
poke build
  • Loading branch information
bergmeister committed Feb 20, 2018
commit 9c61a94014cc7dcb822a40a1049512b30c2ffab0
3 changes: 2 additions & 1 deletion Tests/Engine/LibraryUsage.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ function Invoke-ScriptAnalyzer {
{
if ($null -ne $results)
{
Write-Host "$($results.Count) rule violations found. Severity distribution: Error = 1, Warning = 3, Information = 5" -ForegroundColor Red # This is not the exact message that it would print but close enough
# This is not the exact message that it would print but close enough
Write-Host "$($results.Count) rule violations found. Severity distribution: Error = 1, Warning = 3, Information = 5" -ForegroundColor Red
}
else
{
Expand Down