exercism / elixir-analyzer

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

Dissallow the use of `**` in `square-root` #297

Closed jiegillet closed 2 years ago

jiegillet commented 2 years ago

Kernel.**/2 was added in Elixir 1.13, we should make sure it cannot be used in the square-root exercise.

This involves adding one case to this module and some unit tests