This repository has been archived by the owner on Nov 5, 2022. It is now read-only.
Releases: googlearchive/pedantic
Releases · googlearchive/pedantic
Enforce `prefer_is_empty`
Merge pull request #9 from davidmorgan/enable-prefer-is-empty Enforce prefer_is_empty.
Update lints
- Enforce
unawaited_futures
. Stop enforcingcontrol_flow_in_finally
and
throw_in_finally
.
Make `analysis_options.yaml` available for import
- Moved
analysis_options.yaml
underlib
so you can import it directly from
your ownanalysis_options.yaml
. SeeREADME.md
for example.
Initial release with `unawaited`
- Describe Dart static analysis use at Google in
README.md
. - Add sample
analysis_options.yaml
. - Add
unawaited
method for silencing theunawaited_futures
lint.