renovate: Enable strict shell checks in tests

Closes #373166.
This commit is contained in:
Victor Engmark 2025-08-01 10:55:02 +02:00
parent a600f59c0c
commit 5e86203316
No known key found for this signature in database

View File

@ -30,8 +30,7 @@
enable = true; enable = true;
settings.server.HTTP_PORT = 3000; settings.server.HTTP_PORT = 3000;
}; };
# Uncomment the next line to lint service scripts (Note: breaks VM startup; see #373166) systemd.enableStrictShellChecks = true;
#systemd.enableStrictShellChecks = true;
}; };
testScript = '' testScript = ''