Skip to content

Commit

Permalink
fix nolintlint because of golangci-lint config change (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
majewsky authored Feb 12, 2025
1 parent 7befae3 commit 9bee1fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ linters-settings:
require-specific: true
stylecheck:
dot-import-whitelist:
- github.com/majewsky/gg/option
- github.com/onsi/ginkgo/v2
- github.com/onsi/gomega
usestdlibvars:
Expand Down
2 changes: 1 addition & 1 deletion internal/trivy/report.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"fmt"
"maps"

. "github.com/majewsky/gg/option" //nolint:stylecheck
. "github.com/majewsky/gg/option"
)

// Report is a type for deserializing a Trivy vulnerability report into.
Expand Down

0 comments on commit 9bee1fa

Please sign in to comment.