[chore]: enable early-return from revive #24468
codeql-analysis.yml
on: pull_request
CodeQL-Build
6m 19s
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.
|