Skip to content

v0.2.0

Latest

Choose a tag to compare

@s3cur3 s3cur3 released this 28 Apr 15:58
· 5 commits to main since this release
873f0c3
  • Add Igniter task to support installing via mix igniter.install jump_credo_checks,
    courtesy of @britton-jb. #2
  • Add new Jump.CredoChecks.PreferChangeOverUpDownMigrations check, which detects
    Ecto migrations that define separate up/down callbacks but could instead
    take advantage of Ecto's automatic reversibility by using change/0. #4