summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2022-12-22 09:54:32 +0100
committerGitHub <noreply@github.com>2022-12-22 09:54:32 +0100
commitd6070475b3a1a2c48afabb4239276860f6f64cb9 (patch)
treee4a41cf1e4416cf93e70bad73086039566d3aa8d
parent7284091779183f14c222e8568cf4088318a761a1 (diff)
parentb22e3078cb249bf6bebc9e5798c38f804bf672e2 (diff)
downloadnextcloud-server-d6070475b3a1a2c48afabb4239276860f6f64cb9.tar.gz
nextcloud-server-d6070475b3a1a2c48afabb4239276860f6f64cb9.zip
Merge pull request #35855 from nextcloud/debt/noid/hello-design-md
Add DESIGN.md to expected files
-rw-r--r--build/files-checker.php23
1 files changed, 12 insertions, 11 deletions
diff --git a/build/files-checker.php b/build/files-checker.php
index 2929d5a3cbf..82cbd4d0741 100644
--- a/build/files-checker.php
+++ b/build/files-checker.php
@@ -20,8 +20,8 @@
*/
$expectedFiles = [
- '..',
'.',
+ '..',
'.codecov.yml',
'.devcontainer',
'.drone.yml',
@@ -45,47 +45,48 @@ $expectedFiles = [
'.tx',
'.user.ini',
'3rdparty',
- 'apps',
'AUTHORS',
+ 'CHANGELOG.md',
+ 'CODE_OF_CONDUCT.md',
+ 'COPYING',
+ 'COPYING-README',
+ 'DESIGN.md',
+ 'Makefile',
+ 'README.md',
+ 'SECURITY.md',
+ 'apps',
'autotest-checkers.sh',
'autotest-external.sh',
'autotest-js.sh',
'autotest.sh',
'babel.config.js',
'build',
- 'CHANGELOG.md',
- 'CODE_OF_CONDUCT.md',
'composer.json',
'composer.lock',
'config',
'console.php',
'contribute',
- 'COPYING-README',
- 'COPYING',
'core',
'cron.php',
- 'cypress.config.ts',
'cypress',
+ 'cypress.config.ts',
'dist',
'index.html',
'index.php',
'jest.config.js',
'lib',
- 'Makefile',
'occ',
'ocm-provider',
- 'ocs-provider',
'ocs',
+ 'ocs-provider',
'package-lock.json',
'package.json',
'psalm-ocp.xml',
'psalm.xml',
'public.php',
- 'README.md',
'remote.php',
'resources',
'robots.txt',
- 'SECURITY.md',
'status.php',
'tests',
'themes',