We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider the following test which is expected to create a report but does not:
func Oops(source core.Source) { go core.Sink(source) // want "a source has reached a sink" }
(We are assuming that core.Source has been configured as a source and core.Sink has been configured as a sink.)
core.Source
core.Sink
The text was updated successfully, but these errors were encountered:
No branches or pull requests
False negative report
Consider the following test which is expected to create a report but does not:
(We are assuming that
core.Source
has been configured as a source andcore.Sink
has been configured as a sink.)The text was updated successfully, but these errors were encountered: