Skip to content

Commit

Permalink
Update swagger_to_sdk_config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JackTn authored Apr 24, 2024
1 parent ba8ca02 commit 4fe2537
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions swagger_to_sdk_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,21 @@
"initScript": {
"path": "sh .scripts/automation_init.sh",
"stderr": {
"showInComment": ".*ERROR.*"
"showInComment": true
},
"stdout": {
"showInComment": true
}
}
},
"generateOptions": {
"generateScript": {
"path": "sh .scripts/automation_generate.sh",
"stderr": {
"showInComment": ".*ERROR.*"
"showInComment": true
},
"stdout": {
"showInComment": "[automation_generate.sh]"
}
},
"parseGenerateOutput": true
Expand Down

0 comments on commit 4fe2537

Please sign in to comment.