Marc-André
Results
2
issues of
Marc-André
Fixes https://github.com/dart-lang/mockito/issues/816 By specifying the width of the generated files, the dart formatter will use that instead of the configured width, therefore not returning an error in pipelines when the...
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...
type-bug