Skip to content

Commit

Permalink
Updates inspection docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Feb 21, 2024
1 parent 2bf3766 commit 7695e1a
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion workspaces/inspections.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,22 @@ For example:
- `structurizr.inspection.model.*`: All model related inspections.
- `structurizr.inspection.*`: All inspections.

Specific relationship types can be configured by including the source and destination types in the property name; for example:

- `structurizr.inspection.model.relationship.technology`: All relationship technology inspections.
- `structurizr.inspection.model.relationship[component->component].technology`: All component to component relationship technology inspections.

Valid types are:

- `person`
- `softwaresystem`
- `container`
- `component`
- `deploymentnode`
- `infrastructurenode`
- `softwaresysteminstance`
- `containerinstance`

## Types

The built-in inspection types are as follows:
Expand Down Expand Up @@ -165,6 +181,6 @@ The built-in inspection types are as follows:
| `model.relationship.technology` | Relationship with no technology. |
| `views.empty` | Empty viewset. |
| `views.view.empty` | Empty view. |
| `views.view.key` | Automatically generated view key. |
| `views.view.key` | View key related inspections. |
| `views.view.layout` | Layout related inspections. |
| `views.styles.element.metadata` | Element style with `metadata` set to `false`. |

0 comments on commit 7695e1a

Please sign in to comment.