golang/go
View on GitHubx/tools/go/analysis/passes/bools: analyzer warning is not descriptive enough
Open
#61,157 opened on Jul 3, 2023
AnalysisNeedsInvestigationToolshelp wanted
Repository metrics
- Stars
- (133,883 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
What did you do?
I have written code that triggers 'bools' analyzer warning
What did you expect to see?
Warning explains the issue
What did you see instead?
"Content: suspect or: rt != some_value || rt != another_value"