From 1c20ee1b0010eb39ba8823bae1b6a864c271ef74 Mon Sep 17 00:00:00 2001 From: Phil Quitslund Date: Fri, 21 May 2021 13:50:15 -0700 Subject: [PATCH 1/2] add feedback notes --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 7e0305c..3da6279 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,18 @@ You can customize the pre-defined lint sets, both to disable one or more of the lints included, or to add additional lints. For details see [customizing static analysis]. +## Submitting Feedback + +Feedback is welcome! If you want to propose an existing lint for inclusion here, +check to see if there is already an open [issue] and chime in. If there is not, +please start a conversation with a new issue. If you have questions about existing +lint or have an idea for a new one, please file an issue on the [linter repo]. + + [dart create]: https://dart.dev/tools/dart-tool [scoring]: https://pub.dev/help/scoring [customizing static analysis]: https://dart.dev/guides/language/analysis-options [rules]: https://dart.dev/tools/linter-rules [pub.dev]: https://pub.dev +[issue]: https://github.com/dart-lang/lints/issues +[linter repo]: https://github.com/dart-lang/linter From 11693c9e338fa7361b042097ea4ccc55b1cfb3bc Mon Sep 17 00:00:00 2001 From: Phil Quitslund Date: Fri, 21 May 2021 14:33:13 -0700 Subject: [PATCH 2/2] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3da6279..e4fe361 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ analysis]. Feedback is welcome! If you want to propose an existing lint for inclusion here, check to see if there is already an open [issue] and chime in. If there is not, please start a conversation with a new issue. If you have questions about existing -lint or have an idea for a new one, please file an issue on the [linter repo]. +lints or have an idea for a new one, please file an issue on the [linter repo]. [dart create]: https://dart.dev/tools/dart-tool