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:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-03-27 18:54:07 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-03-31 14:45:10 +0300
commit3eac89d44861690e4ac893707fa11a31b9f42115 (patch)
treeb41c928b7777adfba75d07c7063e5410828af9d9 /build
parent5a0856c4ab29386f6be01dfac8c860467cee4fb0 (diff)
Add shared php-cs config
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'build')
-rw-r--r--build/files-checker.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/files-checker.php b/build/files-checker.php
index 34533698163..b8c60727b0c 100644
--- a/build/files-checker.php
+++ b/build/files-checker.php
@@ -35,6 +35,7 @@ $expectedFiles = [
'.idea',
'.jshintrc',
'.mailmap',
+ '.php_cs.dist',
'.scrutinizer.yml',
'.tag',
'.tx',
@@ -51,6 +52,7 @@ $expectedFiles = [
'CHANGELOG.md',
'CODE_OF_CONDUCT.md',
'composer.json',
+ 'composer.lock',
'config',
'console.php',
'contribute',