-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
After running openfeature generate go, I expected the generated .go file to be formatted. I have not tried generating code for the other languages, but regardless, all generated code should be formatted. For Go, the choice of formatter is easy: Go has a builtin formatter go fmt. For other languages, it may make sense to evaluate each individually and use whatever formatter is most commonly used and recommended in the community. For example, we might use ruff for Python.
Metadata
Metadata
Assignees
Labels
No labels