mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Add missing YAML sample
This commit is contained in:
parent
3c9df13beb
commit
0f25b50a57
1 changed files with 6 additions and 0 deletions
|
@ -48,6 +48,12 @@ module Ameba::Rule
|
||||||
# b = 2
|
# b = 2
|
||||||
# end
|
# end
|
||||||
# ```
|
# ```
|
||||||
|
# YAML configuration example:
|
||||||
|
#
|
||||||
|
# ```
|
||||||
|
# RedundantBegin:
|
||||||
|
# Enabled: true
|
||||||
|
# ```
|
||||||
#
|
#
|
||||||
struct RedundantBegin < Base
|
struct RedundantBegin < Base
|
||||||
include AST::Util
|
include AST::Util
|
||||||
|
|
Loading…
Reference in a new issue