exercism / elixir-analyzer

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

Add check for `increase_quantity` function on `boutique-inventory` exercise #203

Closed fmmatheus closed 2 years ago

fmmatheus commented 2 years ago

Issue: #199

Description

Add 2 checks for function increase_quantity on boutique-inventory concept exercise:

This PR is based on a suggestion made by @jiegillet here: thread

Related PRs:

angelikatyborska commented 2 years ago

I updated this PR to match the changes from https://github.com/exercism/elixir/pull/1101