feat: remove bash -c
This commit is contained in:
parent
e1444593a9
commit
0ff474a5c8
|
@ -6,7 +6,7 @@
|
||||||
"name": "sandbox",
|
"name": "sandbox",
|
||||||
"with": {
|
"with": {
|
||||||
"default": {
|
"default": {
|
||||||
"args": ["bash", "-c", "cpplint src/*.cpp"],
|
"args": ["cpplint", "--recursive", "."],
|
||||||
"env": ["PATH=/usr/bin:/bin:/usr/local/bin"],
|
"env": ["PATH=/usr/bin:/bin:/usr/local/bin"],
|
||||||
"cpuLimit": 10000000000,
|
"cpuLimit": 10000000000,
|
||||||
"memoryLimit": 104857600,
|
"memoryLimit": 104857600,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user