All Projects → fazibear → codeclimate-credo

fazibear / codeclimate-credo

Licence: other
Code Climate Credo Engine

Programming Languages

elixir
2628 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to codeclimate-credo

codeclimate-phpcodesniffer
Code Climate Engine for PHP Code Sniffer
Stars: ✭ 27 (+12.5%)
Mutual labels:  codeclimate, codeclimate-engine
Codeclimate
Code Climate CLI
Stars: ✭ 2,273 (+9370.83%)
Mutual labels:  codeclimate, codeclimate-engine
codeclimate-duplication
Code Climate engine for code duplication analysis
Stars: ✭ 96 (+300%)
Mutual labels:  codeclimate, codeclimate-engine
codeclimate-eslint
Code Climate Engine for ESLint
Stars: ✭ 86 (+258.33%)
Mutual labels:  codeclimate, codeclimate-engine
python-test-reporter
DEPRECATED Uploads Python test coverage data to Code Climate
Stars: ✭ 18 (-25%)
Mutual labels:  codeclimate
vscode-elixir-credo
VSCode support for Elixir Linter 'Credo'.
Stars: ✭ 20 (-16.67%)
Mutual labels:  credo
spring-discord-bot
Discord all-purpose bot, made using Spring Boot, JPA, Hibernate, REST, HikariCP. Written for fun, do not take this serious.
Stars: ✭ 26 (+8.33%)
Mutual labels:  codeclimate
credo naming
🏷 A suite of Credo checks to enforce naming best practices in an Elixir project
Stars: ✭ 68 (+183.33%)
Mutual labels:  credo
codeclimate-tslint
Code Climate TSLint-Engine
Stars: ✭ 39 (+62.5%)
Mutual labels:  codeclimate
codeclimate-action
GitHub Action to send your code coverage to CodeClimate
Stars: ✭ 145 (+504.17%)
Mutual labels:  codeclimate
codeclimate-apexmetrics
ApexMetrics - Code Climate engine for Salesforce [DISCONTINUED use CC PMD instead)
Stars: ✭ 46 (+91.67%)
Mutual labels:  codeclimate
credo server
Credo Server
Stars: ✭ 14 (-41.67%)
Mutual labels:  credo
javascript-test-reporter
DEPRECATED Code Climate test reporter client for JavaScript projects
Stars: ✭ 68 (+183.33%)
Mutual labels:  codeclimate
Credo
A static code analysis tool for the Elixir language with a focus on code consistency and teaching.
Stars: ✭ 4,144 (+17166.67%)
Mutual labels:  credo

Code Climate Credo Engine Build Status

Code Climate engine for Credo a static code analysis tool for the Elixir Language.

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 repository.

.credo.exs

You can configure this engine in .credo.exs file within your project. More informations is available here.

Thank you!

Become Patreon

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].