fix: cursor position adjustment after exiting alt screen #3804
lint.yml
on: pull_request
Matrix: lint / lint-soft
Matrix: lint / lint
Annotations
21 errors and 6 warnings
lint / lint-soft (ubuntu-latest):
options.go#L189
`noticable` is a misspelling of `noticeable` (misspell)
|
lint / lint-soft (ubuntu-latest):
logging.go#L36
Magic number: 0o600, in <argument> detected (mnd)
|
lint / lint-soft (ubuntu-latest):
tty.go#L55
Magic number: 10, in <argument> detected (mnd)
|
lint / lint-soft (ubuntu-latest):
tty.go#L107
Magic number: 500, in <argument> detected (mnd)
|
lint / lint-soft (ubuntu-latest):
mouse.go#L175
Magic number: 5, in <condition> detected (mnd)
|
lint / lint-soft (ubuntu-latest):
key.go#L625
Magic number: 3, in <operation> detected (mnd)
|
lint / lint-soft (ubuntu-latest):
key_sequences.go#L126
Magic number: 3, in <return> detected (mnd)
|
lint / lint-soft (ubuntu-latest):
key_sequences.go#L128
Magic number: 3, in <return> detected (mnd)
|
lint / lint-soft (ubuntu-latest):
inputreader_other.go#L13
error returned from external package is unwrapped: sig: func github.com/muesli/cancelreader.NewReader(reader io.Reader) (github.com/muesli/cancelreader.CancelReader, error) (wrapcheck)
|
lint / lint-soft (ubuntu-latest):
key_sequences.go#L122
directive `// nolint: gomnd` should be written without leading space as `//nolint: gomnd` (nolintlint)
|
lint / lint-soft (macos-latest):
options.go#L189
`noticable` is a misspelling of `noticeable` (misspell)
|
lint / lint-soft (macos-latest):
logging.go#L36
Magic number: 0o600, in <argument> detected (mnd)
|
lint / lint-soft (macos-latest):
tty.go#L55
Magic number: 10, in <argument> detected (mnd)
|
lint / lint-soft (macos-latest):
tty.go#L107
Magic number: 500, in <argument> detected (mnd)
|
lint / lint-soft (macos-latest):
mouse.go#L175
Magic number: 5, in <condition> detected (mnd)
|
lint / lint-soft (macos-latest):
key.go#L625
Magic number: 3, in <operation> detected (mnd)
|
lint / lint-soft (macos-latest):
key_sequences.go#L126
Magic number: 3, in <return> detected (mnd)
|
lint / lint-soft (macos-latest):
key_sequences.go#L128
Magic number: 3, in <return> detected (mnd)
|
lint / lint-soft (macos-latest):
inputreader_other.go#L13
error returned from external package is unwrapped: sig: func github.com/muesli/cancelreader.NewReader(reader io.Reader) (github.com/muesli/cancelreader.CancelReader, error) (wrapcheck)
|
lint / lint-soft (macos-latest):
key_sequences.go#L122
directive `// nolint: gomnd` should be written without leading space as `//nolint: gomnd` (nolintlint)
|
lint / lint-soft (windows-latest)
golangci-lint exit with code 4
|
lint / lint-soft (ubuntu-latest)
Restore cache failed: Dependencies file is not found in /home/runner/work/bubbletea/bubbletea. Supported file pattern: go.sum
|
lint / lint (ubuntu-latest)
Restore cache failed: Dependencies file is not found in /home/runner/work/bubbletea/bubbletea. Supported file pattern: go.sum
|
lint / lint-soft (macos-latest)
Restore cache failed: Dependencies file is not found in /Users/runner/work/bubbletea/bubbletea. Supported file pattern: go.sum
|
lint / lint (macos-latest)
Restore cache failed: Dependencies file is not found in /Users/runner/work/bubbletea/bubbletea. Supported file pattern: go.sum
|
lint / lint (windows-latest)
Restore cache failed: Dependencies file is not found in D:\a\bubbletea\bubbletea. Supported file pattern: go.sum
|
lint / lint-soft (windows-latest)
Restore cache failed: Dependencies file is not found in D:\a\bubbletea\bubbletea. Supported file pattern: go.sum
|