Add missing YAML sample

This commit is contained in:
Vitalii Elenhaupt 2017-11-17 19:34:01 +02:00
parent 3c9df13beb
commit 0f25b50a57
No known key found for this signature in database
GPG Key ID: 7558EF3A4056C706
1 changed files with 6 additions and 0 deletions

View File

@ -48,6 +48,12 @@ module Ameba::Rule
# b = 2
# end
# ```
# YAML configuration example:
#
# ```
# RedundantBegin:
# Enabled: true
# ```
#
struct RedundantBegin < Base
include AST::Util