aws-sdk-kotlin icon indicating copy to clipboard operation
aws-sdk-kotlin copied to clipboard

Run `ktlintFormat` during codegen

Open lauzadis opened this issue 1 year ago • 0 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.

lauzadis avatar Dec 29 '23 17:12 lauzadis