Skip to content

Commit d2a4fdc

Browse files
authored
Exclude the mobilenet labels in the MAUI example from policheck due to false positives. (microsoft#180)
1 parent cd1c8ac commit d2a4fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_build/policheck_exclusions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<PoliCheckExclusions>
3-
<Exclusion Type="FileName">LABEL.CS|SYNSET.TXT|COCO-OBJECT-CATEGORIES-2017.JSON|ONNX_COCO_CLASSES.TXT|DEV-V1.1.JSON|DEV-V2.0.JSON|VOCAB.TXT|INSTANCES_VAL2017.JSON|RESNETLABELMAP.CS|IMAGENET1000_CLSIDX_TO_LABELS.TXT</Exclusion>
3+
<Exclusion Type="FileName">LABEL.CS|SYNSET.TXT|COCO-OBJECT-CATEGORIES-2017.JSON|ONNX_COCO_CLASSES.TXT|DEV-V1.1.JSON|DEV-V2.0.JSON|VOCAB.TXT|INSTANCES_VAL2017.JSON|RESNETLABELMAP.CS|IMAGENET1000_CLSIDX_TO_LABELS.TXT|MOBILENETLABELMAP.CS</Exclusion>
44
</PoliCheckExclusions>

0 commit comments

Comments
 (0)