/
githubmirror
/
PowerShell
Обзор
Документация
Войти
/
githubmirror
/
PowerShell
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tools/terms/TermsExclusion.xml
11 строк
733 B
Travis Plunk
Add `.stylecop` to `filetypexml` and format it (#16025)
01 сен 2021, 20:36
Не верифицирован
01 сен 2021, 20:36
6cde546
Код
Авторство
О чём код?
<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">.GIT</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>--> </PoliCheckExclusions>