We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821c03a commit 539f970Copy full SHA for 539f970
commands/board/listall.go
@@ -25,10 +25,6 @@ import (
25
rpc "github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1"
26
)
27
28
-// maximumSearchDistance is the maximum Levenshtein distance accepted when using fuzzy search.
29
-// This value is completely arbitrary and picked randomly.
30
-const maximumSearchDistance = 20
31
-
32
// ListAll FIXMEDOC
33
func ListAll(ctx context.Context, req *rpc.BoardListAllRequest) (*rpc.BoardListAllResponse, error) {
34
pm := commands.GetPackageManager(req.GetInstance().GetId())
0 commit comments