-
Notifications
You must be signed in to change notification settings - Fork 170
Open
Labels
type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
Description
In our analysis_options.yaml
we have custom configs
formatter:
page_width: 120
trailing_commas: preserve
And the generated mockito mocks are not using it, making it so we have to manually format every mock we generate for our CI/CD pipeline to pass.
If I remove these configs, it passes as it uses the default format. I think mockito should use our analysis_options
to do the formatting.
Metadata
Metadata
Assignees
Labels
type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)