textarea(v2): highlight, formatter, suggestions #2146
Annotations
6 errors and 1 warning
golangci-lint:
textarea/textarea.go#L1679
textarea/textarea.go:1679: Line contains TODO/BUG/FIXME: "TODO: this should be better" (godox)
|
golangci-lint:
textarea/textarea.go#L1337
`if m.row == l && lineInfo.RowOffset == wl` has complex nested blocks (complexity: 15) (nestif)
|
golangci-lint:
textarea/textarea.go#L1264
Consider pre-allocating `lines` (prealloc)
|
golangci-lint:
textarea/textarea.go#L1843
Consider pre-allocating `r` (prealloc)
|
golangci-lint:
textarea/textarea.go#L1851
Consider pre-allocating `result` (prealloc)
|
golangci-lint:
textarea/textarea.go#L1308
directive `//nolint:nestif` is unused for linter "nestif" (nolintlint)
|
Install Go
Restore cache failed: Dependencies file is not found in /Users/runner/work/bubbles/bubbles. Supported file pattern: go.sum
|
Loading