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
#Write-Output "`n== Summery of PSScriptAnalyzer =="
166
+
#$ResultPS1
167
+
#$ResultPSDPSM
168
168
169
-
if ($ResultPS1.Severity-contains"Warning"-or$ResultPSM.Severity-contains"Warning") {
170
-
Write-Error"PSAnalyzer severity did contain Warning, please fix this and run the RSModuleBuilder again. You can se the results from PSScriptAnalyzer below."
# Write-Error "PSAnalyzer severity did contain Warning, please fix this and run the RSModuleBuilder again. You can se the results from PSScriptAnalyzer below."
171
+
# Break
172
+
#}
173
173
174
174
# Add so it check if it has any other flags in the analyzer then just inform about it.
0 commit comments