{
    "name": "hw7 ex2",
    "logPath": "/home/tt/.cache/joj3/homework/h7/e2.log",
    "expireUnixTimestamp": -1,
    "effectiveUnixTimestamp": -1,
    "actorCsvPath": "/home/tt/.config/joj/students.csv",
    "maxTotalScore": 100,
    "stage": {
        "sandboxExecServer": "172.17.0.1:5051",
        "sandboxToken": "",
        "outputPath": "/tmp/joj3_result.json",
        "stages": [
            {
                "name": "[cq] Cpplint",
                "group": "cq",
                "executor": {
                    "name": "sandbox",
                    "with": {
                        "default": {
                            "args": [
                                "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"
                            ],
                            "env": [],
                            "stdin": {
                                "content": ""
                            },
                            "stdout": {
                                "name": "stdout",
                                "max": 65000000000000,
                                "pipe": true
                            },
                            "stderr": {
                                "name": "stderr",
                                "max": 800000000000000,
                                "pipe": true
                            },
                            "cpuLimit": 1000000000000000,
                            "realCpuLimit": 0,
                            "clockLimit": 2000000000000000,
                            "memoryLimit": 838860800,
                            "stackLimit": 0,
                            "procLimit": 50,
                            "cpuRateLimit": 0,
                            "cpuSetLimit": "",
                            "copyIn": {},
                            "copyInCached": {},
                            "copyInDir": ".",
                            "copyOut": [
                                "stdout",
                                "stderr"
                            ],
                            "copyOutCached": [],
                            "copyOutMax": 0,
                            "copyOutDir": "",
                            "tty": false,
                            "strictMemoryLimit": false,
                            "dataSegmentLimit": false,
                            "addressSpaceLimit": false
                        },
                        "cases": []
                    }
                },
                "parsers": [
                    {
                        "name": "cpplint",
                        "with": {
                            "matches": [
                                {
                                    "keywords": [
                                        "build"
                                    ],
                                    "score": 10
                                },
                                {
                                    "keywords": [
                                        "readability"
                                    ],
                                    "score": 20
                                },
                                {
                                    "keywords": [
                                        "runtime"
                                    ],
                                    "score": 5
                                }
                            ]
                        }
                    },
                    {
                        "name": "result-detail",
                        "with": {
                            "score": 0,
                            "comment": "",
                            "showFiles": [
                                "stderr"
                            ],
                            "showExitStatus": true,
                            "showRuntime": false,
                            "showMemory": false
                        }
                    }
                ]
            }
        ],
        "preStages": [],
        "postStages": []
    }
}