Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit 87450a7

Browse files
authored
update predefined rulesets (#2906)
1 parent b8996e3 commit 87450a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tool/doc.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ enabled in practice, but this list should provide a convenient jumping-off point
5757
5858
Many lints are included in various predefined rulesets:
5959
60-
* [pedantic](https://github.com/dart-lang/pedantic) for rules enforced internally at Google
61-
* [effective_dart](https://github.com/tenhobi/effective_dart) for rules corresponding to the [Effective Dart](https://dart.dev/guides/language/effective-dart) style guide
62-
* [flutter](https://github.com/flutter/packages/blob/master/packages/flutter_lints/lib/flutter.yaml) for rules recommended for Flutter projects (`flutter create` enables these by default)
60+
* [core](https://github.com/dart-lang/lints) for official "core" Dart team lint rules.
61+
* [recommended](https://github.com/dart-lang/lints) for additional lint rules "recommended" by the Dart team.
62+
* [flutter](https://github.com/flutter/packages/blob/master/packages/flutter_lints/lib/flutter.yaml) for rules recommended for Flutter projects (`flutter create` enables these by default).
6363
6464
Rules included in these rulesets are badged in the documentation below.
6565

0 commit comments

Comments
 (0)