@@ -92,7 +92,7 @@ we know to write Dart code. The process we use is:
92
92
93
93
1. Anyone can file an [issue] to discuss a potential change to a lint set
94
94
(i.e., adding or removing a lint from one or both sets; if you're proposing
95
- an entirely new lint, the place to suggest that is at the [linter repo]).
95
+ an entirely new lint, the place to suggest that is at the [sdk repo]).
96
96
Feedback is welcome from any Dart user.
97
97
98
98
2. Periodically, a group of Dart and Flutter team members meet to review the
@@ -102,14 +102,14 @@ we know to write Dart code. The process we use is:
102
102
103
103
## Lint set contents
104
104
105
- See [rules.md](https://github.com/dart-lang/lints /blob/main/rules.md) for a list
106
- of rules that make up the core and recommended rule sets.
105
+ See [rules.md](https://github.com/dart-lang/core /blob/main/pkgs/lints/ rules.md)
106
+ for a list of rules that make up the core and recommended rule sets.
107
107
108
108
[dart create]: https://dart.dev/tools/dart-create
109
109
[scoring]: https://pub.dev/help/scoring
110
110
[customizing static analysis]: https://dart.dev/tools/analysis
111
111
[rules]: https://dart.dev/tools/linter-rules
112
112
[pub.dev]: https://pub.dev
113
- [issue]: https://github.com/dart-lang/lints /issues
114
- [linter repo]: https://github.com/dart-lang/linter
113
+ [issue]: https://github.com/dart-lang/core /issues
114
+ [sdk repo]: https://github.com/dart-lang/sdk
115
115
[`package:flutter_lints`]: https://pub.dev/packages/flutter_lints
0 commit comments