From b70eb0aed16fc5cf28f6b0ecf3a5ec1963e34617 Mon Sep 17 00:00:00 2001 From: Antonio Aversa Date: Mon, 22 Jul 2024 11:20:36 +0200 Subject: [PATCH] Modify rule S1123: Deprecated elements should include explanations (provide_deprecation_message) --- rules/S1123/dart/rule.adoc | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/rules/S1123/dart/rule.adoc b/rules/S1123/dart/rule.adoc index 218b375125..3d5cb77137 100644 --- a/rules/S1123/dart/rule.adoc +++ b/rules/S1123/dart/rule.adoc @@ -26,4 +26,26 @@ void oldFunction(arg1, arg2) {} == Resources -* https://dart.dev/tools/linter-rules/provide_deprecation_message[Dart Lint rule] \ No newline at end of file +* Dart Docs - https://dart.dev/tools/linter-rules/provide_deprecation_message[Dart Linter rule - provide_deprecation_message] + +ifdef::env-github,rspecator-view[] + +''' +== Implementation Specification +(visible only on this page) + +=== Message + +Missing a deprecation message. + +=== Highlighting + +The annotation, including the `@` symbol. + +''' +== Comments And Links +(visible only on this page) + +include::../comments-and-links.adoc[] + +endif::env-github,rspecator-view[]