-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpte.ruleset.json
36 lines (36 loc) · 1.02 KB
/
pte.ruleset.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "Byx Digital ruleset for PTE app development",
"includedRuleSets": [
{
"action": "Default",
"path": "https://raw.githubusercontent.com/byxdigital/extensionsrulesets/master/base.ruleset.json"
}
],
"rules": [
{
"id": "AS0051",
"action": "None",
"justification": "Manifest not for AppSource"
},
{
"id": "AS0052",
"action": "None",
"justification": "No Url given"
},
{
"id": "AS0084",
"action": "None",
"justification": "AppSource Cop in Partner Range"
},
{
"id": "AS0092",
"action": "none",
"justification": "Most PTE apps don't need an Azure Application Insights connection string"
},
{
"id": "LC0034",
"action": "None",
"justification": "The property Extensible should be explicitly set for public objects."
}
]
}