From 2edcb28f949d6f6db8b3c0eb8f0f9a85bee57d1f Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Wed, 4 Jun 2025 06:38:53 -0400 Subject: [PATCH] chore: new conf version --- conf.json | 116 +++++++++++++++++++++++++++--------------------------- 1 file changed, 59 insertions(+), 57 deletions(-) diff --git a/conf.json b/conf.json index 84229de..8e9af10 100644 --- a/conf.json +++ b/conf.json @@ -1,61 +1,63 @@ { - "stage": { - "stages": [ - { - "name": "keyword", - "executor": { - "name": "sandbox", - "with": { - "default": { - "args": [ - "bash", - "-c", - ". ./src/lib.sh; check_files ./src/assets" - ], - "env": [ - "PATH=/usr/bin:/bin:/usr/local/bin" - ], - "cpuLimit": 10000000000, - "memoryLimit": 104857600, - "procLimit": 50, - "copyInDir": ".", - "copyOut": [ - "stdout", - "stderr" - ], - "stdin": { - "content": "" - }, - "stdout": { - "name": "stdout", - "max": 65536 - }, - "stderr": { - "name": "stderr", - "max": 65536 - } - } - } - }, - "parser": { - "name": "keyword", - "with": { - "score": 100, - "files": [ - "stdout" - ], - "forceQuitOnDeduct": true, - "matches": [ - { - "keywords": [ - "check files error" - ], - "score": 5 - } - ] - } - } + "stage": { + "stages": [ + { + "name": "keyword", + "executor": { + "name": "sandbox", + "with": { + "default": { + "args": [ + "bash", + "-c", + ". ./src/lib.sh; check_files ./src/assets" + ], + "env": [ + "PATH=/usr/bin:/bin:/usr/local/bin" + ], + "cpuLimit": 10000000000, + "memoryLimit": 104857600, + "procLimit": 50, + "copyInDir": ".", + "copyOut": [ + "stdout", + "stderr" + ], + "stdin": { + "content": "" + }, + "stdout": { + "name": "stdout", + "max": 65536 + }, + "stderr": { + "name": "stderr", + "max": 65536 + } } + } + }, + "parsers": [ + { + "name": "keyword", + "with": { + "score": 100, + "files": [ + "stdout" + ], + "forceQuitOnDeduct": true, + "matches": [ + { + "keywords": [ + "check files error" + ], + "score": 5 + } + ] + } + } ] - } + } + ] + } } \ No newline at end of file