awslabs / aws-sdk-kotlin

Multiplatform AWS SDK for Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run `ktlintFormat` during codegen

lauzadis opened this issue · comments

Much of the generated code has formatting problems such as unused imports. Run ktlintFormat during codegen to fix these

AJT: We should try to do this in a way that it doesn't have to be done as part of codegen and not ran as a separate tool/task post codegen.