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