Check it out on Hex: https://hex.pm/packages/credo/1.7.11
- Fix compatibility & compiler warnings with Elixir 1.18
- Fix crashing for invalid strings in issue messages
- Show required Elixir version for skipped checks
- Add options
:exit_status
and:category
toformat_issue/2
when usingCredo.Check
Credo.Check.Readability.ModuleDoc
fixed false positiveCredo.Check.Warning.UnusedEnumOperation
fixed false positiveCredo.Check.Refactor.ABCSize
fixed false positive for tuples and underscored matches (_foo
)