Skip to content

Commit e8ce542

Browse files
authored
fix a dangling table link (dart-archive/lints#146)
1 parent 4314795 commit e8ce542

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pkgs/lints/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,3 @@ of rules that make up the core and recommended rule sets.
105105
[issue]: https://github.com/dart-lang/lints/issues
106106
[linter repo]: https://github.com/dart-lang/linter
107107
[`package:flutter_lints`]: https://pub.dev/packages/flutter_lints
108-
[Fix]: https://dart.dev/tools/dart-fix

pkgs/lints/rules.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,5 @@
9797
| [`use_function_type_syntax_for_parameters`](https://dart.dev/lints/use_function_type_syntax_for_parameters) | Use generic function type syntax for parameters. ||
9898
| [`use_rethrow_when_possible`](https://dart.dev/lints/use_rethrow_when_possible) | Use rethrow to rethrow a caught exception. ||
9999
<!-- recommended -->
100+
101+
[Fix]: https://dart.dev/tools/dart-fix

0 commit comments

Comments
 (0)