checks:
    php:
        code_rating:        true
        duplication:        true
        no_exit:            false
        no_global_keyword:  false
        one_class_per_file: false
filter:
    excluded_paths:
        - tests/*
        - bin/*
        - languages/*
tools:
    php_code_sniffer:
        config:
            standard: "WordPress"
                    # language: php
checks:
    php:
        no_exit: true
        no_global_keyword: false
        one_class_per_file: false