Skip to content

fix(tea): set the color profile once #695

fix(tea): set the color profile once

fix(tea): set the color profile once #695

Triggered via push July 27, 2023 00:29
Status Success
Total duration 29s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: scp/copy_from_client.go#L103
scp/copy_from_client.go:103: Line contains TODO/BUG/FIXME: "TODO: check if it is indeed a NULL?" (godox)
lint: options.go#L12
import 'github.com/charmbracelet/keygen' is not allowed from list 'Main' (depguard)
lint: options.go#L13
import 'github.com/charmbracelet/log' is not allowed from list 'Main' (depguard)
lint: options.go#L14
import 'github.com/charmbracelet/ssh' is not allowed from list 'Main' (depguard)
lint: wish.go#L7
import 'github.com/charmbracelet/keygen' is not allowed from list 'Main' (depguard)
lint: wish.go#L8
import 'github.com/charmbracelet/ssh' is not allowed from list 'Main' (depguard)
lint: accesscontrol/accesscontrol.go#L7
import 'github.com/charmbracelet/ssh' is not allowed from list 'Main' (depguard)
lint: accesscontrol/accesscontrol.go#L8
import 'github.com/charmbracelet/wish' is not allowed from list 'Main' (depguard)
lint: activeterm/activeterm.go#L7
import 'github.com/charmbracelet/ssh' is not allowed from list 'Main' (depguard)
lint: activeterm/activeterm.go#L8
import 'github.com/charmbracelet/wish' is not allowed from list 'Main' (depguard)
lint: git/git.go#L203
if-return: redundant if ...; err != nil check, just return error instead. (revive)