Clean up the source tree before reorganizing it.
This commit is contained in:
parent
779599f030
commit
03be0884a4
32 changed files with 24 additions and 8208 deletions
20
.ttarpit.json
Normal file
20
.ttarpit.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"StartingHP": 100,
|
||||
"Deadline": "1h0m0s",
|
||||
"OneErrorPerLine": true,
|
||||
"Includes": [
|
||||
"^.*.cpp$",
|
||||
"^.*.hpp$",
|
||||
"^.*.json$"
|
||||
],
|
||||
"Processes": {
|
||||
"tester1": {
|
||||
"Command": "make",
|
||||
"Args": ["build"]
|
||||
}
|
||||
},
|
||||
"Triggers": [
|
||||
"^(?<File>.*?):(?<Line>[0-9]+):(?<Col>[0-9]+):\\s*(?<ErrType>.*):\\s*(?<Message>.*)",
|
||||
"^(?<File>.*?):(?<Line>[0-9]+):(?<Col>[0-9]+):\\s*(?<Message>.*)"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue