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:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2020-04-01 14:25:16 +0300
committerGitHub <noreply@github.com>2020-04-01 14:25:16 +0300
commit32577f2f574ccce141143e773c6aaa0f7ad0f57b (patch)
treea532486c6c4ec786c830d8f062cd3f77fa28ce96 /build
parent61aa4d9ad8c31e32dba692d5af909e11964a2249 (diff)
parent3eac89d44861690e4ac893707fa11a31b9f42115 (diff)
Merge pull request #20209 from nextcloud/techdebt/php-cs-config
Add a shared php coding style fixer config
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',