From 419d00b4a4c5ec4fb9cec1e8f98718b929f22da0 Mon Sep 17 00:00:00 2001 From: Caleb Kiage <747955+calebkiage@users.noreply.github.com> Date: Thu, 19 Oct 2023 23:31:14 +0300 Subject: [PATCH] Update policheck exclusions dir --- .azure-pipelines/config/PoliCheckExclusions.xml | 2 +- .vscode/settings.json | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/config/PoliCheckExclusions.xml b/.azure-pipelines/config/PoliCheckExclusions.xml index ba584fb6..86ae5745 100644 --- a/.azure-pipelines/config/PoliCheckExclusions.xml +++ b/.azure-pipelines/config/PoliCheckExclusions.xml @@ -8,5 +8,5 @@ - SRC\GENERATED + SRC\SAMPLE\GENERATED diff --git a/.vscode/settings.json b/.vscode/settings.json index 23fd35f0..313d9c50 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,6 @@ { - "editor.formatOnSave": true + "editor.formatOnSave": true, + "[xml]": { + "editor.formatOnSave": false, + } } \ No newline at end of file