From 5c69df7eb389d9d6c5fbe50773ebb910d7be549c Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Tue, 19 Sep 2023 09:03:56 +0200 Subject: [PATCH] doc: fix examples (#899) --- RULES_DESCRIPTIONS.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/RULES_DESCRIPTIONS.md b/RULES_DESCRIPTIONS.md index d7b0b1f..72288b8 100644 --- a/RULES_DESCRIPTIONS.md +++ b/RULES_DESCRIPTIONS.md @@ -318,7 +318,7 @@ Example: ```toml [rule.early-return] - arguments =["preserveScope"] + arguments = ["preserveScope"] ``` ## empty-block @@ -483,8 +483,8 @@ _Configuration_: ([]string) rule flags. Available flags are: Example: ```toml -[rule.exported] - arguments =["preserveScope"] +[rule.indent-error-flow] + arguments = ["preserveScope"] ``` ## imports-blacklist @@ -684,8 +684,8 @@ _Configuration_: ([]string) rule flags. Available flags are: Example: ```toml -[rule.exported] - arguments =["preserveScope"] +[rule.superfluous-else] + arguments = ["preserveScope"] ``` ## time-equal @@ -847,4 +847,4 @@ _Configuration_: N/A _Description_: This rule warns on redundant import aliases. This happens when the alias used on the import statement matches the imported package name. -_Configuration_: N/A \ No newline at end of file +_Configuration_: N/A