Skip to content

Commit

Permalink
validate specific vendor README update
Browse files Browse the repository at this point in the history
  • Loading branch information
LDannijs committed Jan 12, 2024
1 parent e49eeb4 commit 192e31b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ To validate data:
$ make validate
```

The validation also supports validating a single vendor's files:

```bash
$ make validate vendor-id=<id-of-vendor>
```

[Visual Studio Code](https://code.visualstudio.com/) is a great editor for editing the Device Repository. You can validate your data automatically using the [YAML plugin](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml).

The YAML plugin supports you with filling out the document. When hitting Ctrl + Space, all fields are shown. The Debug Console of Visual Studio provides feedback by highlighting the incorrect fields.
Expand Down

0 comments on commit 192e31b

Please sign in to comment.