Browse Source
Add DESIGN.md to expected files
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
pull/35855/head
Daniel Kesselberg
3 years ago
No known key found for this signature in database
GPG Key ID: 36E3664E099D0614
1 changed files with
12 additions and
11 deletions
-
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', |
|
|
|
|