Modify rule S2486: Exceptions should not be ignored (empty_catches)

This commit is contained in:
Antonio Aversa 2024-07-26 15:45:54 +02:00
parent ef9d012edb
commit d8cc228277

View File

@ -50,4 +50,26 @@ void save() {
include::../see.adoc[]
* https://dart.dev/tools/linter-rules/empty_catches[Dart Lint rule]
* Dart Docs - https://dart.dev/tools/linter-rules/empty_catches[Dart Linter rule - empty_catches]
ifdef::env-github,rspecator-view[]
'''
== Implementation Specification
(visible only on this page)
=== Message
* Empty catch block.
=== Highlighting
The empty catch body.
'''
== Comments And Links
(visible only on this page)
include::../comments-and-links.adoc[]
endif::env-github,rspecator-view[]