JOJ3-config-generator/tests/convert/keyword/task.toml
张泊明518370910136 4a7295d008
Some checks failed
build / build (push) Failing after 1m52s
build / trigger-build-image (push) Has been skipped
fix: new codes & tests
2025-09-14 17:41:17 -07:00

19 lines
485 B
TOML

# general task configuration
name = "hw7 ex2" # task name
time.end = 2024-12-30 23:59:59+08:00
time.begin = 2024-12-29 23:59:59+08:00
[[stages]]
name = "[cq] Filelength"
command = "./tools/filelength 400 300 *.cpp *.h"
files.import = [ "tools/filelength" ]
parsers = [ "keyword", "result-detail" ]
keyword.keyword = [ "max", "recommended"]
keyword.weight = [ 20, 10 ]
result-detail.exit-status = true
result-detail.stdout = true
result-detail.time = false
result-detail.mem = false