mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
C++: Capitalize alert message.
This commit is contained in:
@@ -124,4 +124,4 @@ where
|
||||
not fc.isVariableUseBoundWithArgumentFunction() and
|
||||
not fc.isVariableUseBoundWithGlobalVariable() and
|
||||
not fc.isExistsCompilationFlagsBlockingRemoval()
|
||||
select fc.getArgument(0), "this variable will not be cleared"
|
||||
select fc.getArgument(0), "This variable will not be cleared."
|
||||
|
||||
Reference in New Issue
Block a user