Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.scrutinizer.yml - github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 66930310656443475231aa3603c009b100ab2a1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
filter:
    excluded_paths:
        - '3rdparty/*'
        - 'js/vendor/*'
        - 'js/public/*'

imports:
    - javascript
    - php

checks:
    php:
        code_rating: true
        duplication: true