Files

21 lines
399 B
JSON

{
"dart-format": {
"Stop": [
{
"type": "command",
"command": "../tool/dart_hooks/bin/agent_dart_format.dart --source hook --log",
"timeout": 30
}
]
},
"dart-analyze": {
"Stop": [
{
"type": "command",
"command": "../tool/dart_hooks/bin/agent_dart_analyze.dart --source hook --log",
"timeout": 90
}
]
}
}