Add scalafmt plugin to scala-sttp4-jsoniter client generator#23378
Merged
wing328 merged 2 commits intoOpenAPITools:masterfrom Mar 31, 2026
Merged
Add scalafmt plugin to scala-sttp4-jsoniter client generator#23378wing328 merged 2 commits intoOpenAPITools:masterfrom
wing328 merged 2 commits intoOpenAPITools:masterfrom
Conversation
b585253 to
134eaff
Compare
134eaff to
b6c44f8
Compare
Contributor
Author
|
Hi @wing328 Could you please help me with passing CI test? |
Member
|
don't worry. i'll take care of it later |
Contributor
Author
|
@wing328 Sorry for the ping. When you have time, could you take a look at this? I’d appreciate your help getting the CI tests passing and moving this toward a merge. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds scalafmt (Scalafmt 3.10.6, Scala 2.13 dialect) and sbt-scalafmt plugin (2.5.6) to the scala-sttp4-jsoniter client generator, following the same pattern as #23273 (scala-sttp4).
Part of #23274
PR checklist
masterSummary by cubic
Adds Scalafmt support to the
scala-sttp4-jsoniterclient generator for consistent Scala formatting across generated projects. Regenerates samples after rebase. Part of #23274..scalafmt.conf(Scalafmt 3.10.6, Scala 2.13) and addssbt-scalafmtplugin (2.5.6) viaproject/plugins.sbtusingscalafmt.mustacheandproject/plugins.mustache.scala-sttp4-jsonitersample to include the new files; other samples refreshed by regen.Written for commit b6c44f8. Summary will update on new commits.