mirror of
https://github.com/github/codeql.git
synced 2026-04-21 06:55:31 +02:00
fix some more style-guide violations in the alert-messages
This commit is contained in:
@@ -17,4 +17,4 @@ where
|
||||
call.getFunc().pointsTo(ex) and
|
||||
ex.getASuperType() = ClassValue::exception() and
|
||||
exists(ExprStmt s | s.getValue() = call)
|
||||
select call, "Instantiating an exception, but not raising it, has no effect"
|
||||
select call, "Instantiating an exception, but not raising it, has no effect."
|
||||
|
||||
Reference in New Issue
Block a user