summaryrefslogtreecommitdiffstats
path: root/.scrutinizer.yml
blob: fc2a86d15a28b5d723efec98e8f4f9fc36ee793d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
filter:
    excluded_paths:
        - '3rdparty/*'
        - 'apps/*/3rdparty/*'
        - 'l10n/*'
        - 'core/l10n/*'
        - 'apps/*/l10n/*'
        - 'lib/l10n/*'
         - 'core/vendor/*'
        - 'core/js/tests/lib/*.js'
        - 'core/js/tests/specs/*.js'
        - 'core/js/jquery-showpassword.js'
        - 'core/js/jquery-tipsy.js'
        - 'core/js/jquery-ui-1.10.0.custom.js'
        - 'core/js/jquery.inview.js'
        - 'core/js/placeholders.js'
        - 'core/js/underscore.js'
        - 'core/js/jquery.multiselect.js'
        - 'core/js/snap.js'
        - 'core/js/jquery.placeholder.js'


imports:
    - javascript
    - php