View Source Changelog

unreleased

Unreleased

v0-1-4

v0.1.4

  • Fix CI checks names
  • Enforce that indentation is at least 4 characters in BlitzCredoChecks.DoctestIndent

v0-1-3-2022-04-12

v0.1.3 (2022-04-12)

  • Fix print statements not showing in console for credo_diff errors

v0-1-2-2022-04-12

v0.1.2 (2022-04-12)

  • Added check
    • BlitzCredoChecks.TodoNeedsTickets

v0-1-1-2022-04-11

v0.1.1 (2022-04-11)

  • Added CredoDiff task that runs Credo on files that have changed from trunk
  • Added checks
    • BlitzCredoChecks.ImproperImport
    • BlitzCredoChecks.NoRampantRepos

v0-1-0-2022-04-08

v0.1.0 (2022-04-08)

  • Added checks
    • BlitzCredoChecks.DocsBeforeSpecs
    • BlitzCredoChecks.DoctestIndent
    • BlitzCredoChecks.LowercaseTestNames
    • BlitzCredoChecks.NoAsyncFalse
    • BlitzCredoChecks.NoDSLParentheses
    • BlitzCredoChecks.NoIsBitstring
    • BlitzCredoChecks.SetWarningsAsErrorsInTest
    • BlitzCredoChecks.StrictComparison
    • BlitzCredoChecks.UseStream
  • General documentation and tooling

created-repo-2022-04-07

Created Repo (2022-04-07)

  • Created the project!