Skip to content

Commit 1937a68

Browse files
committed
Excluded AuthenticationHelperTests
1 parent e26e760 commit 1937a68

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
@@ -7,5 +7,5 @@
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 -->
10-
<!--<Exclusion Type="FileName">ABC.TXT|XYZ.CS</Exclusion>-->
10+
<Exclusion Type="FileName">AuthenticationHelpersTests.cs</Exclusion>
1111
</PoliCheckExclusions>

0 commit comments

Comments
 (0)