exercism / elm-analyzer

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

Add common rule for all exercises: no `Debug` functions #68

Closed jiegillet closed 11 months ago

jiegillet commented 12 months ago

Sister PR here. Part of #13.

This check is meant to be a rule checked against all solutions, and warns students against publishing solution with Debug functions in them.

There are two more common rules that I feel are appropriate after this one:

Anything else from the list on the issue is not as clear to me and would need discussion.