Skip to content

Commit 66b70c8

Browse files
Exclude _generated files form PoliCheck run (Azure#22854)
1 parent 9f9ff18 commit 66b70c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/guardian-tools/policheck/PolicheckExclusions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<PoliCheckExclusions>
22
<!-- All strings must be UPPER CASE -->
33
<!-- Each of these exclusions is a folder name - if \[name]\ exists in the file path, it will be skipped -->
4-
<!--<Exclusion Type="FolderPathFull">ABC|XYZ</Exclusion>-->
4+
<Exclusion Type="FolderPathFull">_GENERATED</Exclusion>
55
<!-- Each of these exclusions is a folder name - if any folder or file starts with "\[name]", it will be
66
skipped -->
77
<!--<Exclusion Type="FolderPathStart">ABC|XYZ</Exclusion>-->

0 commit comments

Comments
 (0)