Skip to content

Commit 15a836e

Browse files
authored
Merge pull request #44 from NovoaDev/43-bug-change-rule-as0055-appsourcecop-to-info
Change AppSourceCop rule AS0055
2 parents 1024396 + d2c8ddc commit 15a836e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dependency-Graph.Test/.vscode/ruleset.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@
413413
},
414414
{
415415
"id": "AS0055",
416-
"action": "Error",
416+
"action": "Info",
417417
"justification": "AppSourceCop - The AppSourceCop configuration must specify the list of countries regions targeted by the application."
418418
},
419419
{

Dependency-Graph/.vscode/ruleset.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@
413413
},
414414
{
415415
"id": "AS0055",
416-
"action": "Error",
416+
"action": "Info",
417417
"justification": "AppSourceCop - The AppSourceCop configuration must specify the list of countries regions targeted by the application."
418418
},
419419
{

0 commit comments

Comments
 (0)