We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77bc65 commit 5adf6f3Copy full SHA for 5adf6f3
internal/zap/zap_test.go
@@ -200,7 +200,7 @@ func run(options zap.RunOptions) func() {
200
err := app.Run(context.Background(), options)
201
if err != nil {
202
fmt.Fprintf(os.Stderr, "Error: %v\n", err)
203
- os.Exit(1) //nolint:revive // redundant-test-main-exit, this is testscript main
+ os.Exit(1) //nolint:revive // Needed for testscript
204
}
205
206
@@ -213,7 +213,7 @@ func export(options zap.ExportOptions) func() {
213
err := app.Export(context.Background(), options)
214
215
216
217
218
219
0 commit comments