Skip to content
Snippets Groups Projects
.codeclimate.yml 482 B
engines:
  duplication:
    enabled: true
    config:
      languages:
        python:

  fixme:
    enabled: true
  markdownlint:
    enabled: true
  pep8:
    enabled: true
exclude_paths:
  - tests/**
  - setup.py
ratings:
  paths:
    - flask_minijson.py
checks:
  argument-count:
    config:
      threshold: 15
  method-complexity:
    config:
      threshold: 50
  method-count:
    config:
      threshold: 85
  file-lines:
    enabled: true
    config:
      threshold: 700