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
1 changed files with 1 additions and 1 deletions

View File

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