Modify rule S1123: Deprecated elements should include explanations (provide_deprecation_message)

This commit is contained in:
Antonio Aversa 2024-07-22 11:20:36 +02:00
parent d255072981
commit b70eb0aed1

View File

@ -26,4 +26,26 @@ void oldFunction(arg1, arg2) {}
== Resources
* https://dart.dev/tools/linter-rules/provide_deprecation_message[Dart Lint rule]
* 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[]