Re-enable images warning, add argument to script

This commit is contained in:
Pieter Vander Vennet 2022-02-18 03:19:05 +01:00
parent 902b766410
commit 16da5d6d36
2 changed files with 5 additions and 3 deletions

View file

@ -291,7 +291,7 @@ export class ValidateTagRenderings extends Fuse<TagRenderingConfigJson> {
super("Various validation on tagRenderingConfigs",
// TODO enable these checks again
// new DetectShadowedMappings(),
// new DetectMappingsWithImages() e
new DetectMappingsWithImages()
);
}
}