pedantic 1.3.0 pedantic: ^1.3.0 copied to clipboard
How to get the most value from Dart static analysis.
1.3.0 #
- Enforce
prefer_is_empty
.
1.2.0 #
- Enforce
unawaited_futures
. Stop enforcingcontrol_flow_in_finally
andthrow_in_finally
.
1.1.0 #
- Move
analysis_options.yaml
underlib
so you can import it directly from your ownanalysis_options.yaml
. SeeREADME.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 theunawaited_futures
lint.