Releases: Jump-App/credo_checks
Releases · Jump-App/credo_checks
v0.2.0
- Add Igniter task to support installing via
mix igniter.install jump_credo_checks,
courtesy of @britton-jb. #2 - Add new
Jump.CredoChecks.PreferChangeOverUpDownMigrationscheck, which detects
Ecto migrations that define separateup/downcallbacks but could instead
take advantage of Ecto's automatic reversibility by usingchange/0. #4
v0.1.0
Initial release. Includes 14 checks created by the @Jump-App team:
Jump.CredoChecks.AssertElementSelectorCanNeverFailJump.CredoChecks.AvoidFunctionLevelElseJump.CredoChecks.AvoidLoggerConfigureInTestJump.CredoChecks.AvoidSocketAssignsInTestJump.CredoChecks.DoctestIExExamplesJump.CredoChecks.ForbiddenFunctionJump.CredoChecks.LiveViewFormCanBeRehydratedJump.CredoChecks.PreferTextColumnsJump.CredoChecks.TestHasNoAssertionsJump.CredoChecks.TooManyAssertionsJump.CredoChecks.TopLevelAliasImportRequireJump.CredoChecks.UseObanProWorkerJump.CredoChecks.VacuousTestJump.CredoChecks.WeakAssertion