Closed kianmeng closed 5 months ago
Thank you for this one too. Would you have any idea why the GHA did not catch this? I have enabled the appropiate switches I guess, maybe I made a typo there too :blush:
I will try to make a release tomorrow I hate to create warnings for ex_doc and all dependents.
Would you have any idea why the GHA did not catch this? I have enabled the appropiate switches I guess, maybe I made a typo there too 😊
I believe we need to update line 61 to:
mix test --warnings-as-errors
Also, I have to force recompile again to just get it to throw error in my local dev:
mix test --force --warnings-as-errors
Thank you for this one too.
:partying_face: :partying_face: :partying_face: :partying_face: :partying_face:
I believe we need to update line 61 to: mix test --warnings-as-errors
hmm does not look like that, the current configuration seems to do the trick https://github.com/RobertDober/earmark_parser/actions/runs/9768021924/job/26964613065
Anyway I just checked the warnings will only occur in the tests so they will not show up in depending libraries, therefore I'll not release yet to avoid to much noise.
Thank you for your help
This resolves the following errors during tests: