mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Include SpecFilename
rule properties in its documentation
This commit is contained in:
parent
63be60ce96
commit
e2d6c69039
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ module Ameba::Rule::Lint
|
||||||
# ```
|
# ```
|
||||||
# Lint/SpecFilename:
|
# Lint/SpecFilename:
|
||||||
# Enabled: true
|
# Enabled: true
|
||||||
|
# IgnoredDirs: [spec/support spec/fixtures spec/data]
|
||||||
|
# IgnoredFilenames: [spec_helper]
|
||||||
# ```
|
# ```
|
||||||
class SpecFilename < Base
|
class SpecFilename < Base
|
||||||
properties do
|
properties do
|
||||||
|
|
Loading…
Reference in a new issue