dart-lang / mockito

Mockito-inspired mock library for Dart
https://pub.dev/packages/mockito
Apache License 2.0
623 stars 160 forks source link

Ignore "must_be_immutable" warning in generated files. #731

Closed copybara-service[bot] closed 5 months ago

copybara-service[bot] commented 5 months ago

Ignore "must_be_immutable" warning in generated files.

Mocks cannot be made immutable anyway, but this way users aren't prevented from using generated mocks altogether.