We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afea39a commit f783a88Copy full SHA for f783a88
1 file changed
.github/workflows/test.yml
@@ -41,7 +41,7 @@ jobs:
41
42
foreach ($file in $files) {
43
$relativePath = $file.FullName.Replace($PWD.ProviderPath, ".")
44
- $results = Invoke-ScriptAnalyzer -Path $file.FullName -Severity Error
+ $results = Invoke-ScriptAnalyzer -Path $file.FullName -Severity Warning
45
46
if ($results) {
47
Write-Host "FAIL: $relativePath" -ForegroundColor Red
0 commit comments