Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-10-02 12:07:09 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-10-04 07:44:21 +0300
commitc2c7c2778b3dc1f2b9299fa21c15e191edb89a8c (patch)
tree7ccdf6dc3613cc6ff394ea017e89315e9e11168e /build
parent23af2726e86ac6c687807adc412773db74756d86 (diff)
Fix master testing and update eslint-config
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'build')
-rw-r--r--build/files-checker.php9
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',