-
Notifications
You must be signed in to change notification settings - Fork 15
/
ruleset.json
41 lines (41 loc) · 1.38 KB
/
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
37
38
39
40
41
{
"name": "Ruleset",
"description": "Adjusted Rules",
"rules": [
{
"id": "AA0215",
"action": "Hidden",
"justification": "Use XPL standard file naming convention"
},
{
"id": "AA0214",
"action": "Hidden",
"justification": "Erroneous error where local var used for lookup gets: record should be modified before saving"
},
{
"id": "AL0603",
"action": "Hidden",
"justification": "Implicit conversion from Enum to Integer. Hide warning until the bug is fixed by MS"
},
{
"id": "AA0005",
"action": "Hidden",
"justification": "This is OK -> Avoid AA0005 warning notification for BEGIN .. END only with compound statements"
},
{
"id": "AS0084",
"action": "Hidden",
"justification": "This is OK -> Avoid AA0005 warning notification for BEGIN .. END only with compound statements"
},
{
"id": "AA0072",
"action": "Hidden",
"justification": "This is OK -> Avoid AA0005 warning notification for BEGIN .. END only with compound statements"
},
{
"id": "AL0604",
"action": "Hidden",
"justification": "Not actual rule?"
}
]
}