credo
credo copied to clipboard
New check: PassAsync
Extracted from an app. We configure this in .credo.exs like:
{MyApp.Checks.PassAsync, files: %{included: ["**/*_test.exs"]}}
Seems great, will have a deeper look on the weekend 👍
I tried fixing the failing tests, but the test runs keep getting cancelled. 🤔
This is part of Credo v1.7.0-rc.1 :+1: