Skip to content

Commit

Permalink
fix: lint erro
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie authored Sep 2, 2024
1 parent 6bc2241 commit a71780e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sap.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,4 +218,4 @@
]
}
]
}
}
1 change: 1 addition & 0 deletions internal/builders/risks.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ type Risk struct {
}

// DefaultRiskAnalyzerFunc ...
// nolint:gocyclo
var DefaultRiskAnalyzerFunc = func(s *RiskAnalyzerBuilder) error {
for _, q := range s.Questions {
s.Risks[q.ID] = &Risk{}
Expand Down

0 comments on commit a71780e

Please sign in to comment.