PHP 8.1.33
Preview: .scrutinizer.yml Size: 2.91 KB
/home/jambtst2015/public_html/giraffeng.com/admin/mail_function/.scrutinizer.yml

before_commands:
    - "composer install --prefer-source"

tools:
    # Code Coverage
    external_code_coverage:
        enabled: true
        timeout: 300
        filter:
            excluded_paths:
                - 'docs/*'
                - 'examples/*'
                - 'extras/*'
                - 'test/*'
                - 'vendor/*'


    php_code_coverage:
        enabled:              false
        test_command:         phpunit
        filter:
            excluded_paths:
                - 'docs/*'
                - 'examples/*'
                - 'extras/*'
                - 'test/*'
                - 'vendor/*'


    # Code Sniffer
    php_code_sniffer:
        enabled:              true
        command:              phpcs
        config:
            standard:         PSR2
        filter:
            excluded_paths:
                - 'docs/*'
                - 'examples/*'
                - 'extras/*'
                - 'test/*'
                - 'vendor/*'


    # Copy/Paste Detector
    php_cpd:
        enabled:              true
        command:              phpcpd
        excluded_dirs:
            - docs
            - examples
            - extras
            - test
            - vendor


    # PHP CS Fixer (http://http://cs.sensiolabs.org/).
    php_cs_fixer:
        enabled:              true
        command:              php-cs-fixer
        config:
            level:            psr2
        filter:
            excluded_paths:
                - 'docs/*'
                - 'examples/*'
                - 'extras/*'
                - 'test/*'
                - 'vendor/*'


    # Analyzes the size and structure of a PHP project.
    php_loc:
        enabled:              true
        command:              phploc
        excluded_dirs:
            - docs
            - examples
            - extras
            - test
            - vendor


    # PHP Mess Detector (http://phpmd.org).
    php_mess_detector:
        enabled:              true
        command:              phpmd
        config:
            rulesets:
                - codesize
                - unusedcode
                - naming
                - design
        filter:
            excluded_paths:
                - 'docs/*'
                - 'examples/*'
                - 'extras/*'
                - 'test/*'
                - 'vendor/*'


    # Analyzes the size and structure of a PHP project.
    php_pdepend:
        enabled:              true
        command:              pdepend
        excluded_dirs:
            - docs
            - examples
            - extras
            - test
            - vendor

    # Runs Scrutinizer's PHP Analyzer Tool
    php_analyzer:
        enabled:              true
        filter:
            excluded_paths:
                - 'docs/*'
                - 'examples/*'
                - 'extras/*'
                - 'test/*'
                - 'vendor/*'

    # Security Advisory Checker
    sensiolabs_security_checker: true

Directory Contents

Dirs: 5 × Files: 13

Name Size Perms Modified Actions
docs DIR
- drwxr-xr-x 2024-11-22 17:53:01
Edit Download
examples DIR
- drwxr-xr-x 2024-11-22 17:53:01
Edit Download
extras DIR
- drwxr-xr-x 2025-10-17 01:28:29
Edit Download
language DIR
- drwxr-xr-x 2024-11-22 17:53:01
Edit Download
test DIR
- drwxr-xr-x 2025-10-10 04:45:39
Edit Download
66 B lrw-r--r-- 2024-11-22 17:53:01
Edit Download
2.91 KB lrw-r--r-- 2024-11-22 17:53:01
Edit Download
889 B lrw-r--r-- 2024-11-22 17:53:01
Edit Download
21.66 KB lrw-r--r-- 2024-11-22 17:53:01
Edit Download
111.59 KB lrw-r--r-- 2024-11-22 17:53:01
Edit Download
10.88 KB lrw-r--r-- 2024-11-22 17:53:01
Edit Download
28.31 KB lrw-r--r-- 2024-11-22 17:53:01
Edit Download
845 B lrw-r--r-- 2024-11-22 17:53:01
Edit Download
3.62 KB lrw-r--r-- 2025-11-03 21:57:03
Edit Download
25.80 KB lrw-r--r-- 2024-11-22 17:53:01
Edit Download
1.61 KB lrw-r--r-- 2024-11-22 17:53:01
Edit Download
8.64 KB lrw-r--r-- 2024-11-22 17:53:01
Edit Download
1.07 KB lrw-r--r-- 2024-11-22 17:53:01
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).