Skip to content

Commit

Permalink
Adding gocognit skip for bundle lint (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
mclacore authored Jun 24, 2024
1 parent d509327 commit 69dbaa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/bundle/lint.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ func (b *Bundle) LintMatchRequired() error {
return matchRequired(b.Params)
}

//nolint:gocognit
func matchRequired(input map[string]interface{}) error {
var properties map[string]interface{}

Expand Down

0 comments on commit 69dbaa6

Please sign in to comment.