You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First I run mix credo --strict and it reported an issue in lib/chapter_sampler.ex:6. Then I wanted to get the details of this issue, but I didn't specify the --strict switch and I got the above error. The issue was one of these "strict" ones.
The text was updated successfully, but these errors were encountered:
Thank you for an amazing piece of software! I have a bug to report:
Description
When you run:
and there is no issue in the given line, you will get quite a cryptic error:
Real life case
First I run
mix credo --strict
and it reported an issue inlib/chapter_sampler.ex:6
. Then I wanted to get the details of this issue, but I didn't specify the--strict
switch and I got the above error. The issue was one of these "strict" ones.The text was updated successfully, but these errors were encountered: