UC-Davis-molecular-computing / scadnano

Web application for designing DNA structures such as DNA origami.
https://scadnano.org
MIT License
23 stars 13 forks source link

turn on strict analysis #991

Open dave-doty opened 2 months ago

dave-doty commented 2 months ago

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.