Skip to content

Commit

Permalink
Internal Task 17133116: Add Policheck exclusion file (#1991)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev committed Feb 11, 2023
2 parents fc1e160 + 5b53bda commit c9173e4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions policheck-exclusions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<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">COMMON\CONFIG\RUSH|AISKU\DIST-HISTORY|AISKULIGHT\DIST-HISTORY</Exclusion>
<!--Each of these exclusions is a folder name -if any folder or file starts with "\[name]", it will be skipped -->
<Exclusion Type="FolderPathStart">.GIT</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>-->
</PoliCheckExclusions>

0 comments on commit c9173e4

Please sign in to comment.