s2b/vite-asset-collector

View on GitHub
Build/CodeQuality/phpstan.neon

Summary

Maintainability
Test Coverage
includes:
    - ../../.Build/vendor/saschaegerer/phpstan-typo3/extension.neon

parameters:
    level: 5
    phpVersion: 80100
    treatPhpDocTypesAsCertain: true

    paths:
        - ../../

    excludePaths:
        - ../../.Build/
        - ../../Build/

    ignoreErrors:
        -
            message: '#Variable \$_EXTKEY might not be defined.#'
            path: ../../ext_emconf.php
        -
            message: '#Variable \$_EXTKEY might not be defined.#'
            path: ../../Tests/Fixtures/test_extension/ext_emconf.php
        -
            message: '#Variable \$_EXTKEY might not be defined.#'
            path: ../../Tests/Fixtures/symlink_extension/ext_emconf.php