Current section
Files
Jump to
Current section
Files
credo_contrib
CHANGELOG.md
CHANGELOG.md
# Changelog
## 0.2.0
* Add `CredoContrib` plugin which adds all checks from this package to your configuration
* Add Check.EmptyDocString
* Add Check.EmptyTestBlock
* Add Check.FunctionNameUnderscorePrefix
* Check.DocWhitespace: Disallow docstrings that contain only whitespace
## 0.1.1
* Make compatible with credo 1.x
## 0.1.0
* Check.ModuleFilePath: Mark as unstable
## 0.1.0-rc3
* Check.ModuleFilePath: Handle modules in web/
## 0.1.0-rc2
* Check.ModuleFilePath: Handle top level module as lib directory (#5)
* Check.SingleFunctionPipe: Document ignored_locals option (#4)
* Add Check.PublicPrivateFunctionName (#1)
## 0.1.0-rc1
* Initial release