Skip to content
Snippets Groups Projects
.codeclimate.yml 440 B
plugins:
  duplication:
    enabled: true
    config:
      languages:
        python:
  pep8:
    enabled: true
  pylint:
    enabled: true
exclude_paths:
  - tests/**
  - docs/**
ratings:
  paths:
    - satella/**
checks:
  argument-count:
    config:
      threshold: 15
  method-complexity:
    config:
      threshold: 50
  method-count:
    config:
      threshold: 85
  file-lines:
    enabled: true
    config:
      threshold: 700