Commit 823a5202 authored by Daniel Hiltgen's avatar Daniel Hiltgen Committed by jmorganca
Browse files

Fix lint error on ignored error for win console

parent 66ef308a
...@@ -815,7 +815,7 @@ func NewCLI() *cobra.Command { ...@@ -815,7 +815,7 @@ func NewCLI() *cobra.Command {
if runtime.GOOS == "windows" { if runtime.GOOS == "windows" {
// Enable colorful ANSI escape code in Windows terminal (disabled by default) // Enable colorful ANSI escape code in Windows terminal (disabled by default)
console.ConsoleFromFile(os.Stdout) console.ConsoleFromFile(os.Stdout) //nolint:errcheck
} }
rootCmd := &cobra.Command{ rootCmd := &cobra.Command{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment