exercism / elixir-analyzer

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

Add analyzer for community-garden #411

Closed angelikatyborska closed 8 months ago

angelikatyborska commented 8 months ago

Inspired by https://github.com/exercism/elixir/pull/1368

This analyzer check ensures that Agent.get_and_update is used instead of Agent.get followed by Agent.update like I've seen in some community solutions.

Website-copy PR: https://github.com/exercism/website-copy/pull/2300