-
Notifications
You must be signed in to change notification settings - Fork 487
Expand file tree
/
Copy path.yard-lint.yml
More file actions
108 lines (75 loc) · 1.61 KB
/
Copy path.yard-lint.yml
File metadata and controls
108 lines (75 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# YARD-Lint Configuration
# See https://github.com/mensfeld/yard-lint for documentation
AllValidators:
YardOptions:
- --plugin
- activesupport-concern
Exclude:
- 'vendor/**/*'
- 'spec/**/*'
- 'test/**/*'
- 'performance/**/*'
FailOnSeverity: error
Documentation/UndocumentedObjects:
Enabled: false
Documentation/UndocumentedMethodArguments:
Enabled: false
Documentation/UndocumentedBooleanMethods:
Enabled: true
Documentation/UndocumentedOptions:
Enabled: false
Documentation/MissingReturn:
Enabled: false
Documentation/MarkdownSyntax:
Enabled: true
Documentation/EmptyCommentLine:
Enabled: true
Documentation/BlankLineBeforeDefinition:
Enabled: true
Exclude:
- 'lib/view_component/config.rb'
Tags/Order:
Enabled: true
Tags/InvalidTypes:
Enabled: true
Tags/TypeSyntax:
Enabled: true
Tags/MeaninglessTag:
Enabled: true
Tags/CollectionType:
Enabled: true
Tags/TagTypePosition:
Enabled: true
Tags/ApiTags:
Enabled: false
Tags/OptionTags:
Enabled: false
Tags/ExampleSyntax:
Enabled: true
Tags/ExampleStyle:
Enabled: true
Tags/RedundantParamDescription:
Enabled: true
Tags/InformalNotation:
Enabled: true
Tags/NonAsciiType:
Enabled: true
Tags/TagGroupSeparator:
Enabled: true
Tags/ForbiddenTags:
Enabled: true
Warnings/UnknownTag:
Enabled: true
Severity: error
Warnings/UnknownDirective:
Enabled: true
Warnings/InvalidTagFormat:
Enabled: true
Warnings/InvalidDirectiveFormat:
Enabled: true
Warnings/DuplicatedParameterName:
Enabled: true
Warnings/UnknownParameterName:
Enabled: true
Semantic/AbstractMethods:
Enabled: true