Packages

A set of community-maintained checks for the Credo static analysis tool. Many of the checks are implementations of rules from https://github.com/christopheradams/elixir_style_guide.

Current section

Files

Jump to
credo_contrib CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## 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