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

.scrutinizer.yml - github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 798ba6ce301f01177b190e1c09425478c4cd0ffb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
filter:
        excluded_paths:
                - 'js/*'
                - 'templates/*'
                - 'l10n/*'
                - 'tests/*'

build:
        nodes:
                analysis:
                        tests:
                                override:
                                        - php-scrutinizer-run

tools:
        external_code_coverage: false
        js_hint: false