Skip to content

[chore]: enable early-return from revive #24467

[chore]: enable early-return from revive

[chore]: enable early-return from revive #24467

Triggered via pull request January 9, 2025 20:44
Status Cancelled
Total duration 7m 16s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
CodeQL-Build
Canceling since a higher priority waiting request for 'CodeQL Analysis-12061/merge' exists
CodeQL-Build
early-return: if c { ... } else { ... return } can be simplified to if !c { ... return } ... (revive)
CodeQL-Build
The operation was canceled.