mirror of
https://github.com/hohn/codeql-lab.git
synced 2025-12-17 02:13:04 +01:00
Minor tidy-up
This commit is contained in:
@@ -8,5 +8,5 @@
|
|||||||
import ruby
|
import ruby
|
||||||
|
|
||||||
from Block b
|
from Block b
|
||||||
where b.getNumberOfStatements()= 0
|
where b.getNumberOfStatements() = 0
|
||||||
select b, "This is an empty block."
|
select b, "This is an empty block."
|
||||||
@@ -18,6 +18,9 @@
|
|||||||
{
|
{
|
||||||
"path": "codeql-custom-queries-python"
|
"path": "codeql-custom-queries-python"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"path": "codeql-custom-queries-ruby"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path": "codeql-go"
|
"path": "codeql-go"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user