ecoco/magento_profiler

View on GitHub
.sensiolabs.yml

Summary

Maintainability
Test Coverage
exclude_patterns:
    - 'dev.php'
    - '*.css.phtml'
    - '*.js.phtml'

rules:
    php.psr1:
        enabled: false
    #no way to get around this with the magento autoloader
    php.silenced_error:
        enabled: false