feat: remove bash -c

This commit is contained in:
张泊明518370910136 2024-11-03 16:35:52 -05:00
parent 713bcd5a43
commit 81ebccdd94
GPG Key ID: D47306D7062CDA9D

View File

@ -6,22 +6,13 @@
"name": "sandbox", "name": "sandbox",
"with": { "with": {
"default": { "default": {
"args": [ "args": ["cpplint", "--recursive", "."],
"bash", "env": ["PATH=/usr/bin:/bin:/usr/local/bin"],
"-c",
"cpplint src/*.cpp"
],
"env": [
"PATH=/usr/bin:/bin:/usr/local/bin"
],
"cpuLimit": 10000000000, "cpuLimit": 10000000000,
"memoryLimit": 104857600, "memoryLimit": 104857600,
"procLimit": 50, "procLimit": 50,
"copyInDir": ".", "copyInDir": ".",
"copyOut": [ "copyOut": ["stdout", "stderr"],
"stdout",
"stderr"
],
"stdin": { "stdin": {
"content": "" "content": ""
}, },