summaryrefslogtreecommitdiffstats
path: root/.scrutinizer.yml
blob: 9a40af3b8aee2f6ade6eb43b1ddd7486a868a92e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
filter:
    excluded_paths:
        - '3rdparty/*'
        - 'js/vendor/*'
        - 'js/public/*'
        - 'l10n/*'
        - 'templates/*'
        - 'img/*'
        - 'css/*'
        - 'bin/*'
        
imports:
    - javascript
    - php