exercism / elm-analyzer

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

Add common rule for all exercises: use camelCase #71

Closed jiegillet closed 11 months ago

jiegillet commented 11 months ago

Part of #13 Sister PR here.

This one is interesting because the comment actually extracts the variable names in the wrong casing and reports it in the comment along with the name in the correct casing.

I added a smoke test in case an update of sparksp/elm-review-camelcase decides to format the message differently (which is unlikely).