Skip to content

v0.9.1

Compare
Choose a tag to compare
@novaugust novaugust released this 15 Sep 12:48
· 232 commits to main since this release

The boolean conditionals edition!

Improvements

  • auto-fix Credo.Check.Refactor.CondStatements (detects any truthy atom, not just true)
  • if/unless rewrites:
    • Credo.Check.Refactor.NegatedConditionsWithElse
    • Credo.Check.Refactor.NegatedConditionsInUnless
    • Credo.Check.Refactor.UnlessWithElse