We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f783a88 commit dc89ddbCopy full SHA for dc89ddb
1 file changed
notepad-plusplus/files/npp_install.ps1
@@ -28,11 +28,6 @@ foreach ($path in $paths) {
28
}
29
30
31
-# Provoke CI into reporting violations
32
-echo "Testing the linter"
33
-Write-Output $nonExistentVariableThatWillFailTheLintTest
34
-$AdminPassword = "Password123!"
35
-
36
# Execute the EXE-based installer
37
if (-not $installed) {
38
Write-Host "Version $target not found. Attempting to install from $tempExe..."
0 commit comments