Current section
Files
Jump to
Current section
Files
blitz_credo_checks
CHANGELOG.md
CHANGELOG.md
# Changelog
## Unreleased
## v0.1.3 (2022-04-12)
- Fix print statements not showing in console for credo_diff errors
## v0.1.2 (2022-04-12)
- Added check
- BlitzCredoChecks.TodoNeedsTickets
## 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)
- 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 the project!