GO.STDLIB.ANCCIB : A Nil 'context.Context' Is Being Passed to a Function, Consider Using 'context.TODO' Instead (Staticcheck)

This warning class corresponds to a Staticcheck check. The CodeSonar analysis results may include warnings of this class if your CodeSonar project includes Go components.

Summary

This warning class corresponds to a Staticcheck check: "A nil 'context.Context' is being passed to a function, consider using 'context.TODO' instead".

For full check details, see the Staticcheck website: SA1012 - A nil 'context.Context' is being passed to a function, consider using 'context.TODO' instead.

Properties

Class Name A Nil 'context.Context' Is Being Passed to a Function, Consider Using 'context.TODO' Instead (Staticcheck)
Significance reliability
Mnemonic GO.STDLIB.ANCCIB
Categories
Staticcheck Staticcheck:SA1012 A nil 'context.Context' is being passed to a function, consider using 'context.TODO' instead
Availability Available for Go only.
Enabling Checking for this warning class is performed by the third party Staticcheck analyzer, with the results imported into the CodeSonar project.

To enable or disable checking, you will need to adjust your adjust your Staticcheck configuration.

If the checker produces one or more results corresponding to this warning class, they will be submitted to the hub by default. To disable submission, add the following WARNING_FILTER rule to the project configuration file.

WARNING_FILTER += discard class="A Nil 'context.Context' Is Being Passed to a Function, Consider Using 'context.TODO' Instead (Staticcheck)"

Relevant Configuration File Parameters

The following configuration file parameters affect checks for this warning class.