Fix typo in a Style/VerboseBlock configuration example

This commit is contained in:
Sijawusz Pur Rahnama 2022-10-28 23:48:47 +02:00 committed by GitHub
parent cac1ce4138
commit 4063290530
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ module Ameba::Rule::Style
# Style/VerboseBlock: # Style/VerboseBlock:
# Enabled: true # Enabled: true
# ExcludeMultipleLineBlocks: true # ExcludeMultipleLineBlocks: true
# ExcludeCallsWithBlocks: true # ExcludeCallsWithBlock: true
# ExcludePrefixOperators: true # ExcludePrefixOperators: true
# ExcludeOperators: true # ExcludeOperators: true
# ExcludeSetters: false # ExcludeSetters: false