Current section
Files
Jump to
Current section
Files
blitz_credo_checks
CHANGELOG.md
CHANGELOG.md
# Changelog
## Unreleased
## v0.1.6 (2022-06-28)
- allowed_modules option for ImproperImport can now take a list of atoms as well as a list of lists
- Add :consecutive_lines option to UseStream
- Add ConcurrentIndexMigrations check
## 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)
- Fix CI checks names
- Enforce that indentation is at least 4 characters in BlitzCredoChecks.DoctestIndent
## 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!