Skip to content

Commit

Permalink
set up staticcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
MRtecno98 committed Jul 20, 2024
1 parent 52f066c commit 9928f9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"gopls": { "ui.diagnostic.staticcheck": true }
}
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func main() {
continue
}

log.Printf("Found repo match ----------------------- Similarity index: %f\n", bucket.ComparisonIndex(org, mpl))
log.Printf("Found repo match ----------------------- Confidence index: %f\n", bucket.ComparisonIndex(org, mpl))

latest, err := mpl.GetLatestCompatible(oc.Platform.Type())
if err != nil {
Expand Down

0 comments on commit 9928f9c

Please sign in to comment.