View Source Changelog
unreleased
Unreleased
v0-1-5-2022-05-26
v0.1.5 (2022-05-26)
- Make Credo available for prod build to resolve OTP 25 errors on release
- Update OTP/Elixir versions
- Minor dependency updates
v0-1-4-2022-04-25
v0.1.4 (2022-04-25)
- 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!