exercism / elm-analyzer

GNU Affero General Public License v3.0
1 stars 4 forks source link

Add rule for practice exercise `sieve` #86

Closed jiegillet closed 7 months ago

jiegillet commented 7 months ago

Sister PR over here.

The rule is pretty simple, there are two division in Elm (integer, float) and two modulo functions, disallow them all. It's also worth doing, seeing how the example of "wrong" solutions are like 3x smaller than the official one.

@exercism/maintainers-admin I wonder if we are too late for @ErikSchierboom to approve this PR