Workiva / dart_dev

Centralized tooling for Dart projects. Consistent interface across projects. Easily configurable.
https://pub.dartlang.org/packages/dart_dev
Apache License 2.0
74 stars 40 forks source link

Migrate away from specifying deprecated strong mode options #410

Open parlough opened 1 year ago

parlough commented 1 year ago

The old strong-mode options are deprecated and planned for removal (https://github.com/dart-lang/sdk/issues/50679#issuecomment-1591992440). This PR removes the mentions of them and enables strict-casts which replaces and augments implicit-casts: false.

aviary3-wk commented 1 year ago

Security Insights

No security relevant content was detected by automated scans.

Action Items