(v2) merge textarea API updates into v2-area #2142
Annotations
8 errors and 1 warning
golangci-lint:
textarea/textarea.go#L1678
\textarea\textarea.go:1678: Line contains TODO/BUG/FIXME: "TODO: this should be better" (godox)
|
golangci-lint:
textarea/textarea.go#L1336
`if m.row == l && lineInfo.RowOffset == wl` has complex nested blocks (complexity: 15) (nestif)
|
golangci-lint:
textarea/textarea.go#L1263
Consider pre-allocating `lines` (prealloc)
|
golangci-lint:
textarea/textarea.go#L1842
Consider pre-allocating `r` (prealloc)
|
golangci-lint:
textarea/textarea.go#L1850
Consider pre-allocating `result` (prealloc)
|
golangci-lint:
filepicker/hidden_windows.go#L14
error returned from external package is unwrapped: sig: func syscall.UTF16PtrFromString(s string) (*uint16, error) (wrapcheck)
|
golangci-lint:
filepicker/hidden_windows.go#L18
error returned from external package is unwrapped: sig: func syscall.GetFileAttributes(name *uint16) (attrs uint32, err error) (wrapcheck)
|
golangci-lint:
textarea/textarea.go#L1307
directive `//nolint:nestif` is unused for linter "nestif" (nolintlint)
|
Install Go
Restore cache failed: Dependencies file is not found in D:\a\bubbles\bubbles. Supported file pattern: go.sum
|
Loading