JOJ3-config-generator/tests/convert/cpplint/task.toml
张泊明518370910136 4d3f77d6d0
All checks were successful
build / build (push) Successful in 2m30s
build / trigger-build-image (push) Successful in 12s
test: use modern time.begin
2025-06-25 03:49:08 -04:00

19 lines
702 B
TOML

# general task configuration
task.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] Cpplint"
command = "cpplint --linelength=120 --filter=-legal,-readability/casting,-whitespace,-runtime/printf,-runtime/threadsafe_fn,-runtime/int,-readability/todo,-build/include_subdir,-build/header_guard,-build/include_what_you_use --recursive --exclude=build h7/ex2.cpp"
limit.stdout = "65m"
parsers = [ "cpplint", "result-detail" ]
cpplint.keyword = [ "runtime", "readability", "build" ]
cpplint.weight = [ 5, 20, 10]
result-detail.exit-status = true
result-detail.stderr = true
result-detail.time = false
result-detail.mem = false