Skip to content

sourcelevel/engine-credo

Repository files navigation

Credo Engine

Build Status SourceLevel

engine-credo is a Docker container that wraps credo as a standalone executable, following the Code Climate Engine spec for JSON output.

engine-credo is available on SourceLevel as the default engine for reviewing Elixir code.

Configuration

engine-credo will respect the .credo.exs configuration placed inside your repository. For more details, see the Configuration section of Credo's README.

To check available versions and engine configuration visit SourceLevel Credo page.

Upgrading credo

To upgrade credo version used by this container, simply:

script/update-credo

Publishing

It will be automatically built and pushed by script/push (included in Travis CI config file described in after_success stage) on merging into main branch.

Need help?

For help with credo, check out their documentation.