DarkaOnLine/SwaggerLume

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
languages:
  PHP: true
engines:
  phpcodesniffer:
    enabled: true
  phpmd:
    enabled: true
ratings:
  paths:
    - src/**
exclude_paths:
  - tests/**/*
  - vendor/**/*
  - resoufces/**/*
  - config/**/*