Skip to content

Releases: Jump-App/credo_checks

v0.2.0

28 Apr 15:58
873f0c3

Choose a tag to compare

  • 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

v0.1.0

13 Apr 22:08
5eba805

Choose a tag to compare

Initial release. Includes 14 checks created by the @Jump-App team:

  • Jump.CredoChecks.AssertElementSelectorCanNeverFail
  • Jump.CredoChecks.AvoidFunctionLevelElse
  • Jump.CredoChecks.AvoidLoggerConfigureInTest
  • Jump.CredoChecks.AvoidSocketAssignsInTest
  • Jump.CredoChecks.DoctestIExExamples
  • Jump.CredoChecks.ForbiddenFunction
  • Jump.CredoChecks.LiveViewFormCanBeRehydrated
  • Jump.CredoChecks.PreferTextColumns
  • Jump.CredoChecks.TestHasNoAssertions
  • Jump.CredoChecks.TooManyAssertions
  • Jump.CredoChecks.TopLevelAliasImportRequire
  • Jump.CredoChecks.UseObanProWorker
  • Jump.CredoChecks.VacuousTest
  • Jump.CredoChecks.WeakAssertion