mirror of
https://github.com/hohn/codeql-lab.git
synced 2025-12-16 09:53: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."
|
||||||
|
|||||||
@@ -4,4 +4,4 @@ version: 0.0.0
|
|||||||
dependencies:
|
dependencies:
|
||||||
# This uses the latest version of the codeql/ruby-all library.
|
# This uses the latest version of the codeql/ruby-all library.
|
||||||
# You may want to change to a more precise semver string.
|
# You may want to change to a more precise semver string.
|
||||||
codeql/ruby-all: "*"
|
codeql/ruby-all: "*"
|
||||||
|
|||||||
@@ -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