Modify rule S2486: Exceptions should not be ignored (empty_catches)
This commit is contained in:
parent
ef9d012edb
commit
d8cc228277
@ -50,4 +50,26 @@ void save() {
|
|||||||
|
|
||||||
include::../see.adoc[]
|
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[]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user