Reports empty rescue blocks. While occasionally intended, such empty rescue blocks can make debugging difficult.

Use inspection settings to indicate whether catch blocks containing only comments count and whether to ignore empty catch blocks when the parameter is named '_'.

Inspired by "Roodi"