From 7b26b5da6259c7aa16c4f2a60357404069706a86 Mon Sep 17 00:00:00 2001 From: Eleftheria Stein-Kousathana Date: Tue, 17 Dec 2024 16:42:13 +0100 Subject: [PATCH] Fix mindev linting command Co-Authored-By: Philippe Moore --- docs/docs/how-to/mindev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how-to/mindev.md b/docs/docs/how-to/mindev.md index 05c9f5ce68..fbad6fc788 100644 --- a/docs/docs/how-to/mindev.md +++ b/docs/docs/how-to/mindev.md @@ -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.