From d2c8ddcbeed8ac5f2e7deefdcb09217ad45d60f4 Mon Sep 17 00:00:00 2001 From: ANovoa Date: Mon, 4 Mar 2024 05:34:19 +0100 Subject: [PATCH] Change AppSourceCop rule AS0055 --- Dependency-Graph.Test/.vscode/ruleset.json | 2 +- Dependency-Graph/.vscode/ruleset.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dependency-Graph.Test/.vscode/ruleset.json b/Dependency-Graph.Test/.vscode/ruleset.json index 98e48ad..f860780 100644 --- a/Dependency-Graph.Test/.vscode/ruleset.json +++ b/Dependency-Graph.Test/.vscode/ruleset.json @@ -413,7 +413,7 @@ }, { "id": "AS0055", - "action": "Error", + "action": "Info", "justification": "AppSourceCop - The AppSourceCop configuration must specify the list of countries regions targeted by the application." }, { diff --git a/Dependency-Graph/.vscode/ruleset.json b/Dependency-Graph/.vscode/ruleset.json index 98e48ad..f860780 100644 --- a/Dependency-Graph/.vscode/ruleset.json +++ b/Dependency-Graph/.vscode/ruleset.json @@ -413,7 +413,7 @@ }, { "id": "AS0055", - "action": "Error", + "action": "Info", "justification": "AppSourceCop - The AppSourceCop configuration must specify the list of countries regions targeted by the application." }, {