forked from dotnet/sign
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPoliCheckExclusions.xml
More file actions
13 lines (13 loc) · 944 Bytes
/
PoliCheckExclusions.xml
File metadata and controls
13 lines (13 loc) · 944 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<!-- Original source: https://github.com/dotnet/install-scripts/blob/707d374fc90068daedb5048ce95a1b34d269995e/eng/policheck_exclusions.xml -->
<PoliCheckExclusions>
<!-- All strings must be UPPER CASE -->
<!--Each of these exclusions is a folder name -if \[name]\exists in the file path, it will be skipped -->
<!--<Exclusion Type="FolderPathFull">ABC|XYZ</Exclusion>-->
<!--Each of these exclusions is a folder name -if any folder or file starts with "\[name]", it will be skipped -->
<!--<Exclusion Type="FolderPathStart">ABC|XYZ</Exclusion>-->
<!--Each of these file types will be completely skipped for the entire scan -->
<!--<Exclusion Type="FileType">.ABC|.XYZ</Exclusion>-->
<!--The specified file names will be skipped during the scan regardless which folder they are in -->
<!--<Exclusion Type="FileName">ABC.TXT|XYZ.CS</Exclusion>-->
<Exclusion Type="FolderPathFull">.DOTNET</Exclusion>
</PoliCheckExclusions>