Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

turn on strict analysis #991

Open
dave-doty opened this issue Sep 14, 2024 · 0 comments
Open

turn on strict analysis #991

dave-doty opened this issue Sep 14, 2024 · 0 comments
Assignees

Comments

@dave-doty
Copy link
Member

analysis_options.yaml has these lines:

analyzer:
  language:
    strict-casts: false
    strict-raw-types: false

Set them both to true and deal with the avalanche of warnings/errors it produces. This may be a good idea to do prior to tackling #990 to upgrade to Dart 3.

@dave-doty dave-doty self-assigned this Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant