Skip to content

Commit

Permalink
Update github/repos_rules.go
Browse files Browse the repository at this point in the history
Co-authored-by: Glenn Lewis <[email protected]>
  • Loading branch information
grahamhar and gmlewis committed Aug 12, 2024
1 parent 2d08ad4 commit 2ac5152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/repos_rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ type RulePatternParameters struct {
Pattern string `json:"pattern"`
}

// RuleFileParameters represents a list of file paths
// RuleFileParameters represents a list of file paths.
type RuleFileParameters struct {
RestrictedFilePaths *[]string `json:"restricted_file_paths"`
}
Expand Down

0 comments on commit 2ac5152

Please sign in to comment.