File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,18 @@ You can customize the pre-defined lint sets, both to disable one or more of the
6464lints included, or to add additional lints. For details see [customizing static
6565analysis].
6666
67+ ## Submitting Feedback
68+
69+ Feedback is welcome! If you want to propose an existing lint for inclusion here,
70+ check to see if there is already an open [issue] and chime in. If there is not,
71+ please start a conversation with a new issue. If you have questions about existing
72+ lints or have an idea for a new one, please file an issue on the [linter repo].
73+
74+
6775[dart create]: https://dart.dev/tools/dart-tool
6876[scoring]: https://pub.dev/help/scoring
6977[customizing static analysis]: https://dart.dev/guides/language/analysis-options
7078[rules]: https://dart.dev/tools/linter-rules
7179[pub.dev]: https://pub.dev
80+ [issue]: https://github.com/dart-lang/lints/issues
81+ [linter repo]: https://github.com/dart-lang/linter
You can’t perform that action at this time.
0 commit comments