exercism / elixir

Exercism exercises in Elixir.
https://exercism.org/tracks/elixir
MIT License
614 stars 397 forks source link

Set up DoctestFormatter #1440

Closed angelikatyborska closed 7 months ago

angelikatyborska commented 7 months ago

I wrote another formatting plugin 😁 I don't feel that this one is very much needed since we barely have any doctests, so feel free to reject this. I wrote the plugin just for fun based on a suggestion from a friend.

github-actions[bot] commented 7 months ago

Thank you for contributing to exercism/elixir 💜 🎉. This is an automated PR comment 🤖 for the maintainers of this repository that helps with the PR review process. You can safely ignore it and wait for a maintainer to review your changes.

Based on the files changed in this PR, it would be good to pay attention to the following details when reviewing the PR:


Automated comment created by PR Commenter 🤖.

angelikatyborska commented 7 months ago

Back to draft because I discovered implementation problems with my lib.

Edit: fixed in 0.2.0

angelikatyborska commented 7 months ago

Is this conference-driven development? :p

Haha, in a way 😂 I wrote the initial formatter because I wanted to have it for this repo. After I gave a lightning talk about it, a person from the audience asked if they can format doctests with it, so I also wrote a doctest formatter.