aboutsummaryrefslogtreecommitdiffstats
path: root/models/pull/review_state.go
diff options
context:
space:
mode:
authorGiteaBot <teabot@gitea.io>2025-08-08 00:40:27 +0000
committerGiteaBot <teabot@gitea.io>2025-08-08 00:40:27 +0000
commitee9cd03f17035c4b7763bd36e14b36e45a86e000 (patch)
treeced7ab27fc4bf93f6dedf737e9a3f5507a38f69a /models/pull/review_state.go
parent28a7cc4621cbec9c6ea6960e66720a82f14b18cd (diff)
downloadgitea-main.tar.gz
gitea-main.zip
[skip ci] Updated translations via CrowdinHEADmain
Diffstat (limited to 'models/pull/review_state.go')
0 files changed, 0 insertions, 0 deletions
ue='artonge/fix/access_list_unaccepted_shares'>artonge/fix/access_list_unaccepted_shares Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/.scrutinizer.yml
blob: 445a8d804c2f093452731c5b1c1e146bbe626195 (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
40
41
42
# SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-FileCopyrightText: 2016 ownCloud, Inc.
# SPDX-License-Identifier: AGPL-3.0-only
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