Skip to content

Commit dab0046

Browse files
committed
Excluded bin folder from policheck
1 parent 28965e8 commit dab0046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/config/policheck/policheck-exclusions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!--Each of these exclusions is a folder name -if \[name]\exists in the file path, it will be skipped -->
44
<!--<Exclusion Type="FolderPathFull">ABC|XYZ</Exclusion>-->
55
<!--Each of these exclusions is a folder name -if any folder or file starts with "\[name]", it will be skipped -->
6-
<Exclusion Type="FolderPathStart">openApiDocs|docs\exports|src\.*\examples</Exclusion>
6+
<Exclusion Type="FolderPathStart">openApiDocs|docs\exports|src\.*\examples|src\.*\bin|src\.*\generated</Exclusion>
77
<!--Each of these file types will be completely skipped for the entire scan -->
88
<!--<Exclusion Type="FileType">.ABC|.XYZ</Exclusion>-->
99
<!--The specified file names will be skipped during the scan regardless which folder they are in -->

0 commit comments

Comments
 (0)