feat: conform to color.Color and add RGBColor and color consts #1290
Annotations
6 errors and 3 warnings
golangci-lint:
env.go#L122
Error return value of `log.Output` is not checked (errcheck)
|
golangci-lint:
color.go#L76
ineffectual assignment to col (ineffassign)
|
golangci-lint:
color.go#L79
ineffectual assignment to col (ineffassign)
|
golangci-lint:
color.go#L81
ineffectual assignment to col (ineffassign)
|
golangci-lint:
color.go#L83
ineffectual assignment to col (ineffassign)
|
golangci-lint
issues found
|
Install Go
Restore cache failed: Dependencies file is not found in /home/runner/work/lipgloss/lipgloss. Supported file pattern: go.sum
|
golangci-lint:
color.go#L142
receiver-naming: receiver name ac should be consistent with previous receiver name c for ANSIColor (revive)
|
golangci-lint:
color.go#L158
receiver-naming: receiver name c should be consistent with previous receiver name bc for basicColor (revive)
|
Loading