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