diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2022-09-30 14:27:36 +0200 |
---|---|---|
committer | backportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com> | 2022-11-10 15:02:38 +0000 |
commit | 4cf73049326be56851447799d06c2dae415d4b14 (patch) | |
tree | 7496bf547f5b2c63763dd3dd8a6b8b5e9a8cf4fb /build/files-checker.php | |
parent | 3a3e092705f2d2ed10094c00a653b482dcb3a00c (diff) | |
download | nextcloud-server-4cf73049326be56851447799d06c2dae415d4b14.tar.gz nextcloud-server-4cf73049326be56851447799d06c2dae415d4b14.zip |
add .pre-commit-config.yaml to expected files in checker
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'build/files-checker.php')
-rw-r--r-- | build/files-checker.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/files-checker.php b/build/files-checker.php index 77bb3559062..3fbc0b0423b 100644 --- a/build/files-checker.php +++ b/build/files-checker.php @@ -39,6 +39,7 @@ $expectedFiles = [ '.mailmap', '.npmignore', '.php-cs-fixer.dist.php', + '.pre-commit-config.yaml', '.scrutinizer.yml', '.tag', '.tx', |