Skip to content

Commit 0b2dfd7

Browse files
committed
fix description.json generation for patterns with parameters
1 parent 13693e5 commit 0b2dfd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/docgen/pattern-with-explanation.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ func (r PatternWithExplanation) toCodacyPatternDescription() codacy.PatternDescr
3838
PatternID: r.ID,
3939
Description: r.Description,
4040
Title: r.Title,
41+
Parameters: r.Parameters,
4142
}
4243
}
4344

0 commit comments

Comments
 (0)