Skip to content

Commit

Permalink
test: ignored errcheck in fs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
achannarasappa committed Feb 3, 2021
1 parent 819827c commit c6d9400
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/cli/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,8 @@ var _ = Describe("Cli", func() {
})
})
})

//nolint:errcheck
Describe("ReadConfig", func() {

var (
Expand Down

0 comments on commit c6d9400

Please sign in to comment.