Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit 81100a2

Browse files
authored
fix a dangling table link (#146)
1 parent 8d5f750 commit 81100a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

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)