diff options
author | Daniel Kesselberg <mail@danielkesselberg.de> | 2025-04-01 18:20:59 +0200 |
---|---|---|
committer | Daniel Kesselberg <mail@danielkesselberg.de> | 2025-04-02 15:27:26 +0200 |
commit | f8a45703d76c2a87d3dfc3aeff551cb001b587de (patch) | |
tree | 09534f026c51dfba2a99169701232d06cf5373f6 | |
parent | f7d5edfb5f403bc93345fcf4d24b51b015661bd6 (diff) | |
download | nextcloud-server-remove-scrutinizer.tar.gz nextcloud-server-remove-scrutinizer.zip |
chore: remove scrutinizerremove-scrutinizer
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
-rw-r--r-- | .scrutinizer.yml | 42 | ||||
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | build/files-checker.php | 1 |
3 files changed, 0 insertions, 44 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml deleted file mode 100644 index 445a8d804c2..00000000000 --- a/.scrutinizer.yml +++ /dev/null @@ -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 diff --git a/README.md b/README.md index 24c66a4f04d..5813da701f7 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/build/files-checker.php b/build/files-checker.php index 58a97848cec..2282b525a4d 100644 --- a/build/files-checker.php +++ b/build/files-checker.php @@ -27,7 +27,6 @@ $expectedFiles = [ '.php-cs-fixer.dist.php', '.pre-commit-config.yaml', '.reuse', - '.scrutinizer.yml', '.tag', '.tx', '.user.ini', |