pedantic 1.8.0+1
pedantic: ^1.8.0+1 copied to clipboard
How to get the most value from Dart static analysis.
1.8.0 #
-
Enforce three new lint rules:
1.7.0 #
- Add versioned
analysis_options.yamlfiles to the package so it's possible to pin to a version without also pinning the pub dependency. SeeREADME.mdfor updated usage guide.
1.6.0 #
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-commentsflag.
1.4.0 #
- Enforce
avoid_init_to_nullandnull_closures.
1.3.0 #
- Enforce
prefer_is_empty.
1.2.0 #
- Enforce
unawaited_futures. Stop enforcingcontrol_flow_in_finallyandthrow_in_finally.
1.1.0 #
- Move
analysis_options.yamlunderlibso you can import it directly from your ownanalysis_options.yaml. SeeREADME.mdfor example.
1.0.0 #
- Describe Dart static analysis use at Google in
README.md. - Add sample
analysis_options.yaml. - Add
unawaitedmethod for silencing theunawaited_futureslint.