Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Releases: googlearchive/pedantic

Enforce `prefer_is_empty`

19 Oct 14:30
ef5846d
Compare
Choose a tag to compare
Merge pull request #9 from davidmorgan/enable-prefer-is-empty

Enforce prefer_is_empty.

Update lints

27 Sep 15:02
5e84256
Compare
Choose a tag to compare
  • Enforce unawaited_futures. Stop enforcing control_flow_in_finally and
    throw_in_finally.

Make `analysis_options.yaml` available for import

05 Sep 14:49
e122859
Compare
Choose a tag to compare
  • Moved analysis_options.yaml under lib so you can import it directly from
    your own analysis_options.yaml. See README.md for example.

Initial release with `unawaited`

23 Aug 15:58
5596128
Compare
Choose a tag to compare
  • Describe Dart static analysis use at Google in README.md.
  • Add sample analysis_options.yaml.
  • Add unawaited method for silencing the unawaited_futures lint.