Commit c687692
authored
chore: Update sdk_gen script to lint and not do smoke tests (#1431)
- Removed smoke tests as our CI already runs them.
- Added python and kotlin linting to the script
- Added `yarn fix` to the script. For some reason, our pre-commit hook
hangs on eslint. So if we first fix the eslint issues with `yarn fix`
this lets our pre-commit hook work.
Additionally:
- Updated our playbook with additional setup steps for linting
- Updated our playbook and console output with smoke test debugging
steps if CI breaks
Confirmed it generates sdk with consistent styling. From last
generation:
`26 files changed, 519 insertions(+), 188 deletions(-)`1 parent 8dacdf2 commit c687692
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
197 | 199 | | |
198 | 200 | | |
199 | 201 | | |
| |||
214 | 216 | | |
215 | 217 | | |
216 | 218 | | |
| 219 | + | |
217 | 220 | | |
218 | 221 | | |
219 | 222 | | |
| |||
0 commit comments