EBWiki/EBWiki

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
---
version: "2"
plugins:
  brakeman:
    enabled: true
  bundler-audit:
    enabled: true
  csslint:
    enabled: true
  coffeelint:
    enabled: true
  duplication:
    enabled: true
    config:
      languages:
      - ruby:
      - javascript:
      - python:
      - php:
  eslint:
    enabled: true
  fixme:
    enabled: true
  rubocop:
    enabled: true
    channel: rubocop-1-11
exclude_patterns:
- vendor/assets/javascripts/*.js
- vendor/gems/**/*
- db/
- spec/
- "Gemfile.lock"
- public/assets/**/*
- doc/**/*
- docs/**/*
- config/