Skip to content

Commit

Permalink
Adds a couple more view inspections.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Feb 18, 2024
1 parent 5010826 commit 2bf3766
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions workspaces/inspections.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ For example:

The built-in inspection types are as follows:

| Type | Description |
|---------------------------------------------------------------|--------------------------------------------------------------|
| Type | Description |
|----------------------------------------|--------------------------------------------------------------|
| `workspace.scope` | Inspections related to [workspace scope](/workspaces/scope). |
| `workspace.tooling` | Inspections related to tooling. |
| `model.empty` | Empty model. |
Expand All @@ -165,4 +165,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.layout` | Layout related inspections. |
| `views.styles.element.metadata` | Element style with `metadata` set to `false`. |

0 comments on commit 2bf3766

Please sign in to comment.