We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 678b7b6 + 94c7d12 commit c5f1038Copy full SHA for c5f1038
gazelle/kinds.go
@@ -85,8 +85,10 @@ func (l *erlangLang) Kinds() map[string]rule.KindInfo {
85
"visibility": true,
86
},
87
SubstituteAttrs: map[string]bool{},
88
- MergeableAttrs: map[string]bool{},
89
- ResolveAttrs: map[string]bool{},
+ MergeableAttrs: map[string]bool{
+ "values": true,
90
+ },
91
+ ResolveAttrs: map[string]bool{},
92
93
erlangBytecodeKind: {
94
MatchAttrs: []string{
0 commit comments