File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,6 @@ private function getExpectedElementsList(): array {
238238 '. ' ,
239239 '.. ' ,
240240 // Folders
241- '.reuse ' ,
242241 '.well-known ' ,
243242 '3rdparty ' ,
244243 'apps ' ,
@@ -280,6 +279,7 @@ private function getExpectedElementsList(): array {
280279 'COPYING-AGPL ' ,
281280 'occ ' ,
282281 'db_structure.xml ' ,
282+ 'REUSE.toml ' ,
283283 ];
284284 return array_merge ($ expected , $ this ->getAppDirectories ());
285285 }
Original file line number Diff line number Diff line change @@ -220,7 +220,6 @@ private function getExpectedElementsList(): array {
220220 '. ' ,
221221 '.. ' ,
222222 // Folders
223- '.reuse ' ,
224223 '.well-known ' ,
225224 '3rdparty ' ,
226225 'apps ' ,
@@ -262,6 +261,7 @@ private function getExpectedElementsList(): array {
262261 'COPYING-AGPL ' ,
263262 'occ ' ,
264263 'db_structure.xml ' ,
264+ 'REUSE.toml ' ,
265265 ];
266266 return array_merge ($ expected , $ this ->getAppDirectories ());
267267 }
You can’t perform that action at this time.
0 commit comments