Correct yml examples

This commit is contained in:
Vitalii Elenhaupt 2021-02-11 11:01:30 +02:00
parent bf64c8242b
commit 3a1ee7fa21
No known key found for this signature in database
GPG Key ID: CD0BF17825928BC0
4 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ module Ameba::Rule::Performance
# YAML configuration example:
#
# ```
# Performance/ChainedCallWithNoBang
# Performance/ChainedCallWithNoBang:
# Enabled: true
# CallNames:
# - uniq

View File

@ -16,7 +16,7 @@ module Ameba::Rule::Performance
# YAML configuration example:
#
# ```
# Performance/CompactAfterMap
# Performance/CompactAfterMap:
# Enabled: true
# ```
class CompactAfterMap < Base

View File

@ -16,7 +16,7 @@ module Ameba::Rule::Performance
# YAML configuration example:
#
# ```
# Performance/FlattenAfterMap
# Performance/FlattenAfterMap:
# Enabled: true
# ```
class FlattenAfterMap < Base

View File

@ -19,7 +19,7 @@ module Ameba::Rule::Performance
# YAML configuration example:
#
# ```
# Performance/MapInsteadOfBlock
# Performance/MapInsteadOfBlock:
# Enabled: true
# ```
class MapInsteadOfBlock < Base