linters-settings: goimports: local-prefixes: next-terminal linters: disable-all: true enable: - errcheck - gofmt - goimports - gosimple - govet - ineffassign - staticcheck - typecheck - unused run: skip-files: - test_ssh.go