feat: remove bash -c
This commit is contained in:
parent
713bcd5a43
commit
81ebccdd94
15
conf.json
15
conf.json
|
@ -6,22 +6,13 @@
|
|||
"name": "sandbox",
|
||||
"with": {
|
||||
"default": {
|
||||
"args": [
|
||||
"bash",
|
||||
"-c",
|
||||
"cpplint src/*.cpp"
|
||||
],
|
||||
"env": [
|
||||
"PATH=/usr/bin:/bin:/usr/local/bin"
|
||||
],
|
||||
"args": ["cpplint", "--recursive", "."],
|
||||
"env": ["PATH=/usr/bin:/bin:/usr/local/bin"],
|
||||
"cpuLimit": 10000000000,
|
||||
"memoryLimit": 104857600,
|
||||
"procLimit": 50,
|
||||
"copyInDir": ".",
|
||||
"copyOut": [
|
||||
"stdout",
|
||||
"stderr"
|
||||
],
|
||||
"copyOut": ["stdout", "stderr"],
|
||||
"stdin": {
|
||||
"content": ""
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user