Modify rule S1123: Deprecated elements should include explanations (provide_deprecation_message)
This commit is contained in:
parent
d255072981
commit
b70eb0aed1
@ -26,4 +26,26 @@ void oldFunction(arg1, arg2) {}
|
|||||||
|
|
||||||
== Resources
|
== 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[]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user