diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-11-08 09:19:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-08 09:19:59 +0100 |
commit | 6cb70792dd331375c94819cf9428de75d1b1214f (patch) | |
tree | d99024622dd89212fcdd1214d19c82379db9c2bd | |
parent | 4813c8760906361dbadcb5b57fcc1639976ab2d9 (diff) | |
parent | f3009bc76e7bfda060e2ea1970d2cb2098736aa5 (diff) | |
download | nextcloud-server-6cb70792dd331375c94819cf9428de75d1b1214f.tar.gz nextcloud-server-6cb70792dd331375c94819cf9428de75d1b1214f.zip |
Merge pull request #17854 from nextcloud/fix/17782/expect-editorconfig
Add .editorconfig to expected files
-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 ed9ff9ac5ef..27604a07e30 100644 --- a/build/files-checker.php +++ b/build/files-checker.php @@ -24,6 +24,7 @@ $expectedFiles = [ '..', '.codecov.yml', '.drone.yml', + '.editorconfig', '.eslintrc.js', '.git', '.gitattributes', |