diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2019-10-02 11:07:09 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2019-10-04 06:44:21 +0200 |
commit | c2c7c2778b3dc1f2b9299fa21c15e191edb89a8c (patch) | |
tree | 7ccdf6dc3613cc6ff394ea017e89315e9e11168e /build/files-checker.php | |
parent | 23af2726e86ac6c687807adc412773db74756d86 (diff) | |
download | nextcloud-server-c2c7c2778b3dc1f2b9299fa21c15e191edb89a8c.tar.gz nextcloud-server-c2c7c2778b3dc1f2b9299fa21c15e191edb89a8c.zip |
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/files-checker.php')
-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', |