Credo Versions Save

A static code analysis tool for the Elixir language with a focus on code consistency and teaching.

v1.7.5

2 months ago

Check it out on Hex: https://hex.pm/packages/credo/1.7.5

  • Fix --read-from-stdin not respecting :files/:included param
  • Credo.Check.Readability.NestedFunctionCalls no longer crashes for functions with an unquoted name

v1.7.4

2 months ago

Check it out on Hex: https://hex.pm/packages/credo/1.7.4

  • Add new check Credo.Check.Refactor.UtcNowTruncate as opt-in check (this is scheduled to become a standard check in v1.8)
  • Add lots of improvements around :trigger in Credo.Issue
  • Add new output format short
  • Improve docs for several checks
  • Fix another, smaller bottleneck in multicore performance
  • Fix --read-from-stdin not respecting :files param
  • Fix SARIF output format for non-string triggers
  • Fix initializing builtin commands twice
  • Fix diff command not recognizing a git ref as first argument