-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathFrozenRules.xml
More file actions
22 lines (22 loc) · 1.33 KB
/
FrozenRules.xml
File metadata and controls
22 lines (22 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<FrozenRules>
<FrozenRule ArchRule="Types that are "ArchUnitNETTests.Fluent.FreezeTests+Violation" or "ArchUnitNETTests.Fluent.FreezeTests+Violation2" should be public">
<Violation>ArchUnitNETTests.Fluent.FreezeTests+Violation</Violation>
</FrozenRule>
<FrozenRule ArchRule="Slices matching "TestAssembly.Slices.(*).." should not depend on each other" />
<FrozenRule ArchRule="Types that are "ArchUnitNETTests.Fluent.FreezeTests+Violation" or "ArchUnitNETTests.Fluent.FreezeTests+Violation2" should not be private">
<Violation>ArchUnitNETTests.Fluent.FreezeTests+Violation</Violation>
<Violation>ArchUnitNETTests.Fluent.FreezeTests+Violation2</Violation>
</FrozenRule>
<FrozenRule ArchRule="Types that are "ArchUnitNETTests.Fluent.FreezeTests+Violation" should be protected">
<Violation>ArchUnitNETTests.Fluent.FreezeTests+Violation</Violation>
</FrozenRule>
<FrozenRule ArchRule="Slices matching "TestAssembly.Slices.(**)" should not depend on each other">
<Violation>Slice3</Violation>
<Violation>Slice3.Group1</Violation>
<Violation>Slice2</Violation>
<Violation>Slice2.Service</Violation>
<Violation>Slice1</Violation>
<Violation>Slice1.Service</Violation>
</FrozenRule>
</FrozenRules>