Skip to content

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

[chore]: enable early-return from revive

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

Triggered via pull request January 9, 2025 20:51
Status Cancelled
Total duration 6m 37s
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 } ... (move short variable declaration to its own line if necessary) (revive)
CodeQL-Build
The operation was canceled.