msbuild

Форк
0
/
policheck_exclusions.xml 
17 строк · 1.2 Кб
1
<PoliCheckExclusions>
2
  <!-- All strings must be UPPER CASE -->
3
  <!--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>-->
5
  <!--Each of these exclusions is a folder name -if any folder or file starts with "\[name]", it will be skipped -->
6
  <!--<Exclusion Type="FolderPathStart">ABC|XYZ</Exclusion>-->
7
  <!--Each of these file types will be completely skipped for the entire scan -->
8
  <!--<Exclusion Type="FileType">.ABC|.XYZ</Exclusion>-->
9
  <!--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>-->
11

12
  <Exclusion Type="FolderPathFull">.DOTNET</Exclusion>
13
  <!-- This file contains entity names that were written out by the XML writer in the VS.NET 2002/2003 project system. Leave them unchanged and skip the file -->
14
  <Exclusion Type="FileName">OLDVSPROJECTFILEREADER.CS</Exclusion>
15
  <!-- Since only support the locale en-us in our repo, skip the translated files currently. https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1889125  -->
16
  <Exclusion Type="FileType">.XLF</Exclusion>
17
</PoliCheckExclusions>
18

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.