exercism / elixir-analyzer

GNU Affero General Public License v3.0
30 stars 32 forks source link

Add common check for not using `rescue` #369

Closed angelikatyborska closed 1 year ago

angelikatyborska commented 1 year ago

Comment PR: https://github.com/exercism/website-copy/pull/2250

This PR treats all usages of rescue as bad, except for the two concept exercises that teach how to use rescue..