erikw/nestedtext-ruby

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
# Reference: https://docs.codeclimate.com/docs/advanced-configuration#section-checks
# Reference of plugins: https://docs.codeclimate.com/docs/list-of-engines

version: "2"
plugins:
  rubocop:
    enabled: true
    channel: rubocop-1-18-3
  fixme:
    enabled: true
  eslint:
    enabled: true
  duplication:
    enabled: true
    config:
      languages:
      - ruby
ratings:
  paths:
  - "**.rb"
#exclude_paths:
#- script/