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
{{ message }}
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.
Environment and configuration
DCM version: dart_code_metrics: ^5.7.4
Dart SDK version: 3.0.0 (stable)
Configuration
What did you do?
What did you expect to happen?
No dynamic types were used, so I expect the warning not to appear.
What actually happened?
Entire codebase is giving the waring for avoid-dynamic based on this one usage , even though a dynamic type was never used.
The typedef for
QuoteSeries
is where the warning begins to appear, and continues anywhere else the type is used in the library.Participation
Additional comments
No response
The text was updated successfully, but these errors were encountered: