Files
sdk/pkg/linter/example
Sigurd Meldgaard 82ce96ca3a New lint: RemoveDeprecationsInBreakingVersion
Helps reminding to remove deprecated members in a timely fashion.

Might not be universally applicable, still it could probably provide value to
many projects.

Bug: https://github.com/dart-lang/pub/issues/2914
Change-Id: I7356a2ca3372e786897d0fea475c9b134d212505
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/447580
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
2025-09-26 06:48:27 -07:00
..

Examples

Some example analysis options files.

  • all.yaml - auto-generated options enabling all lints.

For more on lint rule sets see the analyzer docs on customizing static analysis.

Official Dart lint rules are maintained in package:lints.

Flutter team rules are maintained in package:flutter_lints.