1.5.0

  • 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.

1.4.0

  • Enforce avoid_init_to_null and null_closures.

1.3.0

  • Enforce prefer_is_empty.

1.2.0

  • Enforce unawaited_futures. Stop enforcing control_flow_in_finally and throw_in_finally.

1.1.0

  • Move analysis_options.yaml under lib so you can import it directly from your own analysis_options.yaml. See README.md for example.

1.0.0

  • Describe Dart static analysis use at Google in README.md.
  • Add sample analysis_options.yaml.
  • Add unawaited method for silencing the unawaited_futures lint.