Create a linter rule that bans empty catch/reject calls
Created by: valerybugakov
- Create a linter rule that bans empty catch/reject calls.
- Allow empty calls only with a comment of why they can be ignored.
Based on the RFC 501: Runtime error monitoring.