Skip to content

Commit

Permalink
Fix mindev linting command (#5218)
Browse files Browse the repository at this point in the history
Co-authored-by: Philippe Moore <[email protected]>
  • Loading branch information
eleftherias and mesembria authored Dec 17, 2024
1 parent ad7c2d2 commit 8ca8281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/how-to/mindev.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ external resources. This will allow you to identify syntax errors
quickly. To lint your rule type, run:

```bash
mindev ruletype lint -f path/to/rule-type.yaml
mindev ruletype lint -r path/to/rule-type.yaml
```

This will give you basic validations on the rule type file.
Expand Down

0 comments on commit 8ca8281

Please sign in to comment.