exercism / elixir-analyzer

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

Add analyzer check for concept exercise basketball-website #294

Closed angelikatyborska closed 2 years ago

angelikatyborska commented 2 years ago

Closes https://github.com/exercism/elixir-analyzer/issues/80

It doesn't cover those two cases mentioned in design.md because I couldn't figure out how features that require keys to be known at compile time could possibly be used in this exercise:

  • That structs aren't used.
  • That the static access operator isn't used.

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