psono/psono-server

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
---
engines:
  csslint:
    enabled: true
    checks:
      box-sizing:
        enabled: false
  duplication:
    enabled: false
    checks:
      Identical code:
        enabled: false
    config:
      languages:
        python:
          mass_threshold: 190
  eslint:
    enabled: true
  fixme:
    enabled: true
    checks:
      TODO:
        enabled: false
  radon:
    enabled: true
ratings:
  paths:
  - "**.css"
  - "**.inc"
  - "**.js"
  - "**.jsx"
  - "**.module"
  - "**.php"
  - "**.py"
  - "**.rb"
exclude_paths:
- configs/**/*
- var/**/*
- psono/restapi/tests/**/*
- psono/restapi/migrations/**/*
- psono/administration/tests/**/*
- psono/administration/migrations/**/*
- psono/static/**/*