mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
C++: Fixes to avoid confusing autoformat
These issues were found by Geoffrey in PR review.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @name Unbounded loop
|
||||
* @description All loops should have a fixed upper bound; the counter should also be incremented along all paths within the loop.
|
||||
This check excludes loops that are meant to be nonterminating (like schedulers).
|
||||
* This check excludes loops that are meant to be nonterminating (like schedulers).
|
||||
* @kind problem
|
||||
* @id cpp/jpl-c/loop-bounds
|
||||
* @problem.severity warning
|
||||
|
||||
Reference in New Issue
Block a user