diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/files-checker.php | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/build/files-checker.php b/build/files-checker.php index b985b32f689..81b76d42cd0 100644 --- a/build/files-checker.php +++ b/build/files-checker.php @@ -25,6 +25,7 @@ $expectedFiles = [ '.babelrc', '.codecov.yml', '.drone.yml', + '.eslintrc.js', '.git', '.gitattributes', '.github', @@ -52,8 +53,8 @@ $expectedFiles = [ 'config', 'console.php', 'contribute', - 'COPYING', 'COPYING-README', + 'COPYING', 'core', 'cron.php', 'index.html', @@ -61,11 +62,11 @@ $expectedFiles = [ 'lib', 'Makefile', 'occ', - 'ocs', - 'ocs-provider', 'ocm-provider', - 'package.json', + 'ocs-provider', + 'ocs', 'package-lock.json', + 'package.json', 'public.php', 'README.md', 'remote.php', |