mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Fix typo in a Style/VerboseBlock
configuration example
This commit is contained in:
parent
cac1ce4138
commit
4063290530
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue