karolsluszniak / ex_check

One task to efficiently run all code analysis & testing tools in an Elixir project. Born out of 💜 to Elixir and pragmatism.
https://hex.pm/packages/ex_check
MIT License
305 stars 11 forks source link

Add top-level :retry config documentation #29

Closed bamorim closed 3 years ago

bamorim commented 3 years ago

The part that was listing the top-level config options for .check.exs was not mentioning the :retry option (it was only mentioned when talking about --retry instead).

This PR adds this to that list so people feel more confident on how to configure this behavior.

Thank you!

karolsluszniak commented 3 years ago

Thanks for the contribution. I have refined the PR with fix option that was missing as well and by fixing the name (you've used skip instead of retry).

I see Github CI failures but they're irrelevant here so I'll merge this one and then fix the CI issue on master.