textarea(v2): highlight, formatter, suggestions #2207
lint.yml
on: pull_request
Matrix: lint / lint-soft
Matrix: lint / lint
Annotations
15 errors and 6 warnings
lint / lint-soft (ubuntu-latest):
textarea/textarea.go#L1674
textarea/textarea.go:1674: Line contains TODO/BUG/FIXME: "TODO: this should be better" (godox)
|
lint / lint-soft (ubuntu-latest):
textarea/textarea.go#L1332
`if m.row == l && lineInfo.RowOffset == wl` has complex nested blocks (complexity: 15) (nestif)
|
lint / lint-soft (ubuntu-latest):
textarea/textarea.go#L1259
Consider pre-allocating `lines` (prealloc)
|
lint / lint-soft (ubuntu-latest):
textarea/textarea.go#L1824
Consider pre-allocating `r` (prealloc)
|
lint / lint-soft (ubuntu-latest):
textarea/textarea.go#L1832
Consider pre-allocating `result` (prealloc)
|
lint / lint-soft (windows-latest):
textarea/textarea.go#L1674
\textarea\textarea.go:1674: Line contains TODO/BUG/FIXME: "TODO: this should be better" (godox)
|
lint / lint-soft (windows-latest):
textarea/textarea.go#L1332
`if m.row == l && lineInfo.RowOffset == wl` has complex nested blocks (complexity: 15) (nestif)
|
lint / lint-soft (windows-latest):
textarea/textarea.go#L1259
Consider pre-allocating `lines` (prealloc)
|
lint / lint-soft (windows-latest):
textarea/textarea.go#L1824
Consider pre-allocating `r` (prealloc)
|
lint / lint-soft (windows-latest):
textarea/textarea.go#L1832
Consider pre-allocating `result` (prealloc)
|
lint / lint-soft (macos-latest):
textarea/textarea.go#L1674
textarea/textarea.go:1674: Line contains TODO/BUG/FIXME: "TODO: this should be better" (godox)
|
lint / lint-soft (macos-latest):
textarea/textarea.go#L1332
`if m.row == l && lineInfo.RowOffset == wl` has complex nested blocks (complexity: 15) (nestif)
|
lint / lint-soft (macos-latest):
textarea/textarea.go#L1259
Consider pre-allocating `lines` (prealloc)
|
lint / lint-soft (macos-latest):
textarea/textarea.go#L1824
Consider pre-allocating `r` (prealloc)
|
lint / lint-soft (macos-latest):
textarea/textarea.go#L1832
Consider pre-allocating `result` (prealloc)
|
lint / lint (ubuntu-latest)
Restore cache failed: Dependencies file is not found in /home/runner/work/bubbles/bubbles. Supported file pattern: go.sum
|
lint / lint-soft (ubuntu-latest)
Restore cache failed: Dependencies file is not found in /home/runner/work/bubbles/bubbles. Supported file pattern: go.sum
|
lint / lint (windows-latest)
Restore cache failed: Dependencies file is not found in D:\a\bubbles\bubbles. Supported file pattern: go.sum
|
lint / lint (macos-latest)
Restore cache failed: Dependencies file is not found in /Users/runner/work/bubbles/bubbles. Supported file pattern: go.sum
|
lint / lint-soft (windows-latest)
Restore cache failed: Dependencies file is not found in D:\a\bubbles\bubbles. Supported file pattern: go.sum
|
lint / lint-soft (macos-latest)
Restore cache failed: Dependencies file is not found in /Users/runner/work/bubbles/bubbles. Supported file pattern: go.sum
|