aboutsummaryrefslogtreecommitdiffstats
path: root/build/files-checker.php
diff options
context:
space:
mode:
Diffstat (limited to 'build/files-checker.php')
-rw-r--r--build/files-checker.php34
1 files changed, 14 insertions, 20 deletions
diff --git a/build/files-checker.php b/build/files-checker.php
index ceb3367485c..08d9acf2fd8 100644
--- a/build/files-checker.php
+++ b/build/files-checker.php
@@ -1,33 +1,21 @@
<?php
+
+declare(strict_types=1);
/**
- * @copyright Copyright (c) 2017 Morris Jobke <hey@morrisjobke.de>
- *
- * @license GNU AGPL version 3 or any later version
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
+ * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors
+ * SPDX-License-Identifier: AGPL-3.0-or-later
*/
$expectedFiles = [
'.',
'..',
'.devcontainer',
- '.drone.yml',
'.editorconfig',
+ '.envrc',
'.eslintignore',
'.eslintrc.js',
'.git',
+ '.git-blame-ignore-revs',
'.gitattributes',
'.github',
'.gitignore',
@@ -39,7 +27,6 @@ $expectedFiles = [
'.npmignore',
'.php-cs-fixer.dist.php',
'.pre-commit-config.yaml',
- '.scrutinizer.yml',
'.tag',
'.tx',
'.user.ini',
@@ -54,6 +41,7 @@ $expectedFiles = [
'DESIGN.md',
'Makefile',
'README.md',
+ 'REUSE.toml',
'SECURITY.md',
'apps',
'autotest-checkers.sh',
@@ -74,15 +62,19 @@ $expectedFiles = [
'cypress.d.ts',
'cypress',
'dist',
+ 'flake.lock',
+ 'flake.nix',
'index.html',
'index.php',
- 'jest.config.ts',
'lib',
+ 'LICENSES',
'occ',
'ocs',
'ocs-provider',
+ 'openapi.json',
'package-lock.json',
'package.json',
+ 'psalm-ncu.xml',
'psalm-ocp.xml',
'psalm.xml',
'public.php',
@@ -90,11 +82,13 @@ $expectedFiles = [
'resources',
'robots.txt',
'status.php',
+ 'stylelint.config.js',
'tests',
'themes',
'tsconfig.json',
'vendor-bin',
'version.php',
+ 'vitest.config.mts',
'webpack.common.js',
'webpack.config.js',
'webpack.modules.js',