mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
fix some more style-guide violations in the alert-messages
This commit is contained in:
@@ -48,4 +48,4 @@ private predicate useless_test_ast(AstNode comp, AstNode previous, boolean isTru
|
||||
from Expr test, Expr other, boolean isTrue
|
||||
where
|
||||
useless_test_ast(test, other, isTrue) and not useless_test_ast(test.getAChildNode+(), other, _)
|
||||
select test, "Test is always " + isTrue + ", because of $@", other, "this condition"
|
||||
select test, "Test is always " + isTrue + ", because of $@.", other, "this condition"
|
||||
|
||||
Reference in New Issue
Block a user