Skip to content

Commit

Permalink
chore: funlen lint
Browse files Browse the repository at this point in the history
  • Loading branch information
psegedy authored and jdobes committed Oct 1, 2024
1 parent 1ec86dc commit bfc5bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vmaas/vulnerabilities.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func (r *Request) vulnerabilitiesExtended(c *Cache, opts *options) (*Vulnerabili
return &vuln, nil
}

func evaluate(c *Cache, opts *options, request *Request) (*VulnerabilitiesCvesDetails, error) {
func evaluate(c *Cache, opts *options, request *Request) (*VulnerabilitiesCvesDetails, error) { //nolint: funlen
cves := VulnerabilitiesCvesDetails{
Cves: make(map[string]VulnerabilityDetail),
ManualCves: make(map[string]VulnerabilityDetail),
Expand Down

0 comments on commit bfc5bbd

Please sign in to comment.