summaryrefslogtreecommitdiffstats
path: root/.scrutinizer.yml
blob: 33e735a8df89e1cf5fd225028fdd9d701b516987 (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/*'
        
imports:
    - javascript
    - php
    - python