lewisamarshall/emigrate

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
# For a list of all available engines, see here:
# http://docs.codeclimate.com/article/296-engines-available-engines

engines:
# to turn on an engine, add it here and set enabled to `true`
# to turn off an engine, set enabled to `false` or remove it
  fixme:
    enabled: true


# Engines can analyze files and report issues on them, but you can separately
# decide which files will receive ratings based on those issues. This is
# specified by path patterns under the ratings key.

ratings:
  paths:
  - emigrate/**

# You can globally exclude files from being analyzed by any engine using the
# exclude_paths key.

exclude_paths:
  - emigrate/tests.py
  - examples/*
  - benchmark.py
#- spec/**/*
#- vendor/**/*