https://github.com/fazibear/codeclimate-credo
Code Climate Credo Engine
https://github.com/fazibear/codeclimate-credo
codeclimate codeclimate-engine credo elixir elixir-lang
Last synced: 10 months ago
JSON representation
Code Climate Credo Engine
- Host: GitHub
- URL: https://github.com/fazibear/codeclimate-credo
- Owner: fazibear
- Created: 2016-08-04T18:25:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-11T14:55:38.000Z (over 7 years ago)
- Last Synced: 2025-04-09T18:13:52.430Z (10 months ago)
- Topics: codeclimate, codeclimate-engine, credo, elixir, elixir-lang
- Language: Elixir
- Homepage:
- Size: 63.5 KB
- Stars: 25
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code Climate Credo Engine [](https://travis-ci.org/fazibear/codeclimate-credo)
Code Climate engine for [Credo](https://github.com/rrrene/credo) a static code analysis tool for the [Elixir Language](http://elixir-lang.org/).
## Configure
You can configure this engine with the following options in your `.codeclimate.yml` file:
```
engines:
credo:
enabled: true
strict: true
all: true
only: "warning"
ignore: "readability"
```
- `strict` - if you want to enforce a style guide and need a more traditional linting experience
- `all` - if you want to use all checkers
- `only` - run only a subset of checks
- `ignore` - ignore selected checks
For more information check [credo](https://github.com/rrrene/credo) repository.
## .credo.exs
You can configure this engine in `.credo.exs` file within your project. More informations is available [here](https://github.com/rrrene/credo#configuration).
## Thank you!
[](https://www.patreon.com/bePatron?u=6912974)