Browse Source
chore: remove scrutinizer
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
pull/51848/head
Daniel Kesselberg
6 months ago
No known key found for this signature in database
GPG Key ID: 4A81C29F63464E8F
3 changed files with
0 additions and
44 deletions
-
.scrutinizer.yml
-
README.md
-
build/files-checker.php
|
|
@ -1,42 +0,0 @@ |
|
|
|
# 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 |
|
|
@ -5,7 +5,6 @@ |
|
|
|
--> |
|
|
|
# Nextcloud Server ☁ |
|
|
|
[](https://api.reuse.software/info/github.com/nextcloud/server) |
|
|
|
[](https://scrutinizer-ci.com/g/nextcloud/server/?branch=master) |
|
|
|
[](https://codecov.io/gh/nextcloud/server) |
|
|
|
[](https://bestpractices.coreinfrastructure.org/projects/209) |
|
|
|
[](https://contribute.design/nextcloud/server) |
|
|
|
|
|
@ -27,7 +27,6 @@ $expectedFiles = [ |
|
|
|
'.php-cs-fixer.dist.php', |
|
|
|
'.pre-commit-config.yaml', |
|
|
|
'.reuse', |
|
|
|
'.scrutinizer.yml', |
|
|
|
'.tag', |
|
|
|
'.tx', |
|
|
|
'.user.ini', |
|
|
|