Skip to content

Commit

Permalink
Update policheck exclusions dir
Browse files Browse the repository at this point in the history
  • Loading branch information
calebkiage committed Oct 19, 2023
1 parent df25782 commit 419d00b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/config/PoliCheckExclusions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
<!--<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>-->
<Exclusion Type="FolderPathFull">SRC\GENERATED</Exclusion>
<Exclusion Type="FolderPathFull">SRC\SAMPLE\GENERATED</Exclusion>
</PoliCheckExclusions>
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"editor.formatOnSave": true
"editor.formatOnSave": true,
"[xml]": {
"editor.formatOnSave": false,
}
}

0 comments on commit 419d00b

Please sign in to comment.