YiiRocks/svg-inline-bootstrap

View on GitHub
.scrutinizer.yml

Summary

Maintainability
Test Coverage
build:
    dependencies:
        override:
            - composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
filter:
    excluded_paths:
        - "tests/"
tools:
    php_cs_fixer:
        config: { level: psr2 }