Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed May 17, 2022
1 parent 66135c9 commit cec101d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/json_raw_results.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ type jsonRawResults struct {
DependencyUpdateTools []jsonTool `json:"dependency-update-tools"`
// Branch protection settings for development and release branches.
BranchProtections []jsonBranchProtection `json:"branch-protections"`
// Contributors. Note: we could use thelist of commits instead to store this data.
// Contributors. Note: we could use the list of commits instead to store this data.
// However, it's harder to get statistics using commit list, so we have a dedicated
// structure for it.
Contributors jsonContributors `json:"Contributors"`
Expand Down

0 comments on commit cec101d

Please sign in to comment.