mirror of
https://github.com/flutter/agent-plugins.git
synced 2026-09-14 16:19:33 +08:00
21 lines
399 B
JSON
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
|
|
}
|
|
]
|
|
}
|
|
}
|