fix: sgr: handle 24-bit colorspace id (#44) #253
Annotations
18 errors and 8 warnings
lint / lint-soft (ubuntu-latest):
main.go#L241
main.go:241: Line contains TODO/BUG/FIXME: "TODO: Kitty graphics" (godox)
|
lint / lint-soft (ubuntu-latest):
sgr.go#L27
sgr.go:27: Line contains TODO/BUG/FIXME: "TODO: add more parameters and options" (godox)
|
lint / lint-soft (ubuntu-latest):
sgr.go#L161
naked return in func `readColor` with 45 lines of code (nakedret)
|
lint / lint-soft (ubuntu-latest):
sgr.go#L167
naked return in func `readColor` with 45 lines of code (nakedret)
|
lint / lint-soft (ubuntu-latest):
sgr.go#L196
naked return in func `readColor` with 45 lines of code (nakedret)
|
lint / lint-soft (ubuntu-latest):
sgr.go#L201
naked return in func `readColor` with 45 lines of code (nakedret)
|
lint / lint-soft (macos-latest):
main.go#L241
main.go:241: Line contains TODO/BUG/FIXME: "TODO: Kitty graphics" (godox)
|
lint / lint-soft (macos-latest):
sgr.go#L27
sgr.go:27: Line contains TODO/BUG/FIXME: "TODO: add more parameters and options" (godox)
|
lint / lint-soft (macos-latest):
sgr.go#L161
naked return in func `readColor` with 45 lines of code (nakedret)
|
lint / lint-soft (macos-latest):
sgr.go#L167
naked return in func `readColor` with 45 lines of code (nakedret)
|
lint / lint-soft (macos-latest):
sgr.go#L196
naked return in func `readColor` with 45 lines of code (nakedret)
|
lint / lint-soft (macos-latest):
sgr.go#L201
naked return in func `readColor` with 45 lines of code (nakedret)
|
lint / lint-soft (windows-latest):
main.go#L241
\main.go:241: Line contains TODO/BUG/FIXME: "TODO: Kitty graphics" (godox)
|
lint / lint-soft (windows-latest):
sgr.go#L27
\sgr.go:27: Line contains TODO/BUG/FIXME: "TODO: add more parameters and options" (godox)
|
lint / lint-soft (windows-latest):
sgr.go#L161
naked return in func `readColor` with 45 lines of code (nakedret)
|
lint / lint-soft (windows-latest):
sgr.go#L167
naked return in func `readColor` with 45 lines of code (nakedret)
|
lint / lint-soft (windows-latest):
sgr.go#L196
naked return in func `readColor` with 45 lines of code (nakedret)
|
lint / lint-soft (windows-latest):
sgr.go#L201
naked return in func `readColor` with 45 lines of code (nakedret)
|
lint / lint-soft (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint / lint-soft (ubuntu-latest)
Restore cache failed: Dependencies file is not found in /home/runner/work/sequin/sequin. Supported file pattern: go.sum
|
lint / lint (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint / lint (ubuntu-latest)
Restore cache failed: Dependencies file is not found in /home/runner/work/sequin/sequin. Supported file pattern: go.sum
|
lint / lint-soft (macos-latest)
Restore cache failed: Dependencies file is not found in /Users/runner/work/sequin/sequin. Supported file pattern: go.sum
|
lint / lint (macos-latest)
Restore cache failed: Dependencies file is not found in /Users/runner/work/sequin/sequin. Supported file pattern: go.sum
|
lint / lint (windows-latest)
Restore cache failed: Dependencies file is not found in D:\a\sequin\sequin. Supported file pattern: go.sum
|
lint / lint-soft (windows-latest)
Restore cache failed: Dependencies file is not found in D:\a\sequin\sequin. Supported file pattern: go.sum
|