Skip to content

Commit

Permalink
fix a dangling table link (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Sep 6, 2023
1 parent 8d5f750 commit 81100a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -105,4 +105,3 @@ of rules that make up the core and recommended rule sets.
[issue]: https://github.com/dart-lang/lints/issues
[linter repo]: https://github.com/dart-lang/linter
[`package:flutter_lints`]: https://pub.dev/packages/flutter_lints
[Fix]: https://dart.dev/tools/dart-fix
2 changes: 2 additions & 0 deletions rules.md
Expand Up @@ -97,3 +97,5 @@
| [`use_function_type_syntax_for_parameters`](https://dart.dev/lints/use_function_type_syntax_for_parameters) | Use generic function type syntax for parameters. ||
| [`use_rethrow_when_possible`](https://dart.dev/lints/use_rethrow_when_possible) | Use rethrow to rethrow a caught exception. ||
<!-- recommended -->

[Fix]: https://dart.dev/tools/dart-fix

0 comments on commit 81100a2

Please sign in to comment.