You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(lint): enable additional dcm rules and update dependencies
- Enable shorthand preference rules that were previously disabled
- Enable new metrics rules: avoid-missing-test-files,
avoid-unassigned-local-variable, avoid-undisposed-instances,
avoid-unnecessary-parentheses, prefer-non-nulls
- Disable avoid-throw rule due to breaking change and use of maybe*
methods
- Update dart_code_metrics_presets to ^2.30.0
- Update test to ^1.31.0
- Update SDK constraint to ^3.11.3
- Fix RegExp instantiation to use shorthand syntax
- Update example code to use maybeMapStatusCode with proper parameter
handling
0 commit comments