Minor tidy-up

This commit is contained in:
shati-patel
2021-11-09 10:07:40 +00:00
parent 72d2e17c2d
commit b4aafb43b1
3 changed files with 6 additions and 3 deletions

View File

@@ -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."

View File

@@ -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: "*"

View File

@@ -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"
}, },