@@ -195,7 +195,7 @@ The PlantUML syntax is copied to the clipboard. You can use any online editor to
195195## Validate architectural rules
196196
197197You can define architectural rules and check if they are violated.
198- In the ribbon, go to Analyzers and there click "Architectural rules". If a project is loaded, this opens a dialog where you can define the rules.
198+ In the ribbon, go to Analyzers and then click "Architectural rules". If a project is loaded, this opens a dialog where you can define the rules.
199199
200200![ ] ( Documentation/Images/rule-configuration.png )
201201
@@ -207,6 +207,14 @@ There are three rules supported.
207207
208208** ISOLATE** : Completely isolates the source from external dependencies
209209
210+ You describe the source or target side of a rule with the following pattern.
211+
212+ MyApp.Business → exact match
213+
214+ MyApp.Business.* → element + direct children
215+
216+ MyApp.Business.** → element + all descendants
217+
210218### Examples
211219
212220```
@@ -226,14 +234,6 @@ ISOLATE: MyApp.Domain.**
226234DENY: MyApp.Models.User -> MyApp.Data.Database
227235```
228236
229- You describe the source or target side of a rule with the following pattern.
230-
231- MyApp.Business → exact match
232-
233- MyApp.Business.* → element + direct children
234-
235- MyApp.Business.** → element + all descendants
236-
237237The result of the analysis is shown in the table output for analyzers.
238238
239239![ ] ( Documentation/Images/rule-result.png )
0 commit comments