-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbase.ruleset.json
35 lines (35 loc) · 1.02 KB
/
base.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
{
"name": "Byx Digital base ruleset",
"rules": [
{
"id": "AA0072",
"action": "None",
"justification": "Variable naming rule is pointless"
},
{
"id": "AA0073",
"action": "None",
"justification": "Temporary 'buffer' varaibles wont get temp prefix"
},
{
"id": "AA0215",
"action": "None",
"justification": "File naming rule is pointless"
},
{
"id": "LC0054",
"action": "None",
"justification": "Interface name must start with the capital 'I' without any spaces following it. Don't agree with this rule"
},
{
"id": "LC0011",
"action": "None",
"justification": "pointless to explicitly set Access property to Public"
},
{
"id": "LC0010",
"action": "None",
"justification": "Don't care about cyclomatic complexity"
}
]
}