-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathFrozenRules.json
More file actions
36 lines (36 loc) · 1.15 KB
/
FrozenRules.json
File metadata and controls
36 lines (36 loc) · 1.15 KB
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
[
{
"ArchRuleDescription": "Types that are \"ArchUnitNETTests.Fluent.FreezeTests+Violation\" or \"ArchUnitNETTests.Fluent.FreezeTests+Violation2\" should not be private",
"Violations": [
"ArchUnitNETTests.Fluent.FreezeTests+Violation",
"ArchUnitNETTests.Fluent.FreezeTests+Violation2"
]
},
{
"ArchRuleDescription": "Types that are \"ArchUnitNETTests.Fluent.FreezeTests+Violation\" should be protected",
"Violations": [
"ArchUnitNETTests.Fluent.FreezeTests+Violation"
]
},
{
"ArchRuleDescription": "Types that are \"ArchUnitNETTests.Fluent.FreezeTests+Violation\" or \"ArchUnitNETTests.Fluent.FreezeTests+Violation2\" should be public",
"Violations": [
"ArchUnitNETTests.Fluent.FreezeTests+Violation"
]
},
{
"ArchRuleDescription": "Slices matching \"TestAssembly.Slices.(**)\" should not depend on each other",
"Violations": [
"Slice3",
"Slice3.Group1",
"Slice2",
"Slice2.Service",
"Slice1",
"Slice1.Service"
]
},
{
"ArchRuleDescription": "Slices matching \"TestAssembly.Slices.(*)..\" should not depend on each other",
"Violations": []
}
]