From 40632905300ac99a9711dcc2bc417ce9d82afb27 Mon Sep 17 00:00:00 2001 From: Sijawusz Pur Rahnama Date: Fri, 28 Oct 2022 23:48:47 +0200 Subject: [PATCH] Fix typo in a `Style/VerboseBlock` configuration example --- src/ameba/rule/style/verbose_block.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ameba/rule/style/verbose_block.cr b/src/ameba/rule/style/verbose_block.cr index 0cb6a1ef..5b5ba0f9 100644 --- a/src/ameba/rule/style/verbose_block.cr +++ b/src/ameba/rule/style/verbose_block.cr @@ -20,7 +20,7 @@ module Ameba::Rule::Style # Style/VerboseBlock: # Enabled: true # ExcludeMultipleLineBlocks: true - # ExcludeCallsWithBlocks: true + # ExcludeCallsWithBlock: true # ExcludePrefixOperators: true # ExcludeOperators: true # ExcludeSetters: false