ripplearc_flutter_lint 0.2.2 copy "ripplearc_flutter_lint: ^0.2.2" to clipboard
ripplearc_flutter_lint: ^0.2.2 copied to clipboard

A custom lint library providing rules like prefer_fake_over_mock for better testing practices

Changelog #

0.1.0 #

Initial release with three lint rules:

  • prefer_fake_over_mock: Recommends using Fake instead of Mock for test doubles
  • forbid_forced_unwrapping: Forbids forced unwrapping (!) in production code
  • no_optional_operators_in_tests: Forbids optional operators (?., ??) in test files
0
likes
35
points
24
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A custom lint library providing rules like prefer_fake_over_mock for better testing practices

License

MIT (license)

Dependencies

analyzer, analyzer_plugin, custom_lint_builder, source_span

More

Packages that depend on ripplearc_flutter_lint