mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
update {cs/cpp}/empty-block so they have the same alert message
This commit is contained in:
@@ -110,4 +110,4 @@ where
|
||||
emptyBlock(s, eb) and
|
||||
not emptyBlockContainsNonchild(eb) and
|
||||
not lineComment(eb)
|
||||
select eb, "Empty block without comment"
|
||||
select eb, "Empty block without comment."
|
||||
|
||||
Reference in New Issue
Block a user