MetaCredo.Check.Warning.SwallowingException (MetaCredo v0.1.0)

View Source

Detects try/rescue blocks where the rescue clause neither logs the exception nor re-raises it. Swallowing exceptions silently hides errors and makes debugging nearly impossible.

Always log with Logger or re-raise with reraise/2.

Category: Warning / Priority: high