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

Commit 98b0475

Browse files
authored
stop indexing removed lints (#4144)
1 parent af9dc45 commit 98b0475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/doc.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ linter:
515515
''');
516516

517517
var sortedRules = rules
518-
.where((r) => !r.state.isDeprecated)
518+
.where((r) => !r.state.isDeprecated && !r.state.isRemoved)
519519
.map((r) => r.name)
520520
.toList()
521521
..sort();

0 commit comments

Comments
 (0)