v1.7.17
Check it out on Hex: https://hex.pm/packages/credo/1.7.17
Credo.Check.Readability.ModuleDocadd new param:ignore_modules_using(defaults to[Credo.Check, Ecto.Schema, Phoenix.LiveView, ~r/\.Web$/])Credo.Check.Warning.UnusedOperationupdate:modulesparam: instead of a list of functions to check,:allcan be given to check all functions in a module- New Check:
Credo.Check.Refactor.CondInsteadOfIfElse - New Check:
Credo.Check.Warning.WrongTestFilename