diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-03-27 16:54:07 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-03-31 13:45:10 +0200 |
commit | 3eac89d44861690e4ac893707fa11a31b9f42115 (patch) | |
tree | b41c928b7777adfba75d07c7063e5410828af9d9 /build/files-checker.php | |
parent | 5a0856c4ab29386f6be01dfac8c860467cee4fb0 (diff) | |
download | nextcloud-server-3eac89d44861690e4ac893707fa11a31b9f42115.tar.gz nextcloud-server-3eac89d44861690e4ac893707fa11a31b9f42115.zip |
Add shared php-cs config
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'build/files-checker.php')
-rw-r--r-- | build/files-checker.php | 2 |
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', |