eugene-matvejev/battleship-game-api

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
    phpcodesniffer:
        enabled: true
    phpmd:
        enabled: true
    duplication:
        enabled: true
        config:
            languages:
                - php

ratings:
    paths:
        - "**.php"

exclude_paths:
    - "*app/DoctrineMigrations/*"
    - "*bin/*"
    - "*var/*"
    - "*vendor/*"
    - "*web/*"