mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
update py/unreachable-statement to match javascript/go
This commit is contained in:
@@ -61,4 +61,4 @@ predicate reportable_unreachable(Stmt s) {
|
|||||||
|
|
||||||
from Stmt s
|
from Stmt s
|
||||||
where reportable_unreachable(s)
|
where reportable_unreachable(s)
|
||||||
select s, "Unreachable statement."
|
select s, "This statement is unreachable."
|
||||||
|
|||||||
Reference in New Issue
Block a user