Enforce six new lint rules:
Enforce three new lint rules:
avoid_shadowing_type_parameters,empty_constructor_bodies,slash_for_doc_comments - Violations can be cleaned up with the formatter's --fix-doc-comments flag.avoid_init_to_null and null_closures.prefer_is_empty.unawaited_futures. Stop enforcing control_flow_in_finally and throw_in_finally.analysis_options.yaml under lib so you can import it directly from your own analysis_options.yaml. See README.md for example.README.md.analysis_options.yaml.unawaited method for silencing the unawaited_futures lint.