Skip to content

Commit dc89ddb

Browse files
committed
Nuke the intentional failures
1 parent f783a88 commit dc89ddb

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

notepad-plusplus/files/npp_install.ps1

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ foreach ($path in $paths) {
2828
}
2929
}
3030

31-
# Provoke CI into reporting violations
32-
echo "Testing the linter"
33-
Write-Output $nonExistentVariableThatWillFailTheLintTest
34-
$AdminPassword = "Password123!"
35-
3631
# Execute the EXE-based installer
3732
if (-not $installed) {
3833
Write-Host "Version $target not found. Attempting to install from $tempExe..."

0 commit comments

Comments
 (0)