- 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
- Make compatible with credo 1.x
- Check.ModuleFilePath: Mark as unstable
- Check.ModuleFilePath: Handle modules in web/
- Check.ModuleFilePath: Handle top level module as lib directory (#5)
- Check.SingleFunctionPipe: Document ignored_locals option (#4)
- Add Check.PublicPrivateFunctionName (#1)
- Initial release