[internal] Remove warning for missing info.json (there are too many missing). (#4041)

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
This commit is contained in:
Adam R 2020-09-18 16:43:43 +02:00 committed by GitHub
parent 68e0cc6d90
commit bbd8e648f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,6 +91,7 @@ export class FoldersFiles implements ActionInterface {
return [errors, []];
}
},
/*
{
getName: () => { return "Asset folders contain info.json"},
check: async () => {
@ -109,6 +110,7 @@ export class FoldersFiles implements ActionInterface {
return [[], warnings];
}
},
*/
{
getName: () => { return "Asset folders contain only predefined set of files"},
check: async () => {