summaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Expand)AuthorAgeFilesLines
* Format recommended git settings as codeLeif Åstrand2015-12-071-1/+1
* Add link to IDEA workspace instructions.Sauli Tähkäpää2014-12-091-1/+6
* Update readme to mention Git settings for Windows users.Leif Åstrand2014-07-231-1/+3
* Tweak quick setup instructions (#13616)Leif Åstrand2014-06-131-1/+1
* Easier instructions thanks to GWT dependency (#13616)Artur Signell2014-06-131-71/+44
* A new section, links, rephrasings for clarity on GitHub.Marc Englund2014-05-131-10/+22
* GWT requires max 1.6 compiler compliance level currently - #12345Henrik Paul2013-08-131-1/+1
* Add a chapter on installing IvyDE (for #12359)Henrik Paul2013-08-131-0/+16
* Add XML formatting instructions (#11956)Artur Signell2013-05-301-0/+9
* Added text file encoding and line delimiter info (#11907)Artur Signell2013-05-231-3/+4
* Clarified build documentation in README.md #11227Joonas Lehtinen2013-03-061-3/+7
* Fisrt version of readme for GitHub (#10931)Artur Signell2013-03-011-0/+96
Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/.scrutinizer.yml
blob: 784366e09f8231ab09914a073e469c1ee92799f8 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
before_commands:
  - 'git submodule update --init --recursive'

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

checks:
    php:
        excluded_dependencies:
            - etsy/phan

filter:
    excluded_paths:
        - '3rdparty/*'
        - 'apps/*/3rdparty/*'
        - 'apps/*/vendor/*'
        - 'l10n/*'
        - 'core/l10n/*'
        - 'apps/*/l10n/*'
        - 'apps/*/tests/*'
        - '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/placeholders.js'
        - 'settings/l10n/*'
        - 'tests/*'
        - 'build/*'
        - 'lib/composer/*'

imports:
    - javascript
    - php