golang/go
x/tools/go/analysis/passes/bools: analyzer warning is not descriptive enough
オープン
#61,157 opened on 2023/07/03
AnalysisNeedsInvestigationToolshelp wanted
Repository metrics
- Stars
- (133,883 個のスター)
- PR merge metrics
- (30d に merged PR はありません)
説明
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"