mirror of
https://github.com/hohn/codeql-lab.git
synced 2025-12-16 01:53:03 +01:00
Minor tidy-up
This commit is contained in:
@@ -8,5 +8,5 @@
|
||||
import ruby
|
||||
|
||||
from Block b
|
||||
where b.getNumberOfStatements()= 0
|
||||
select b, "This is an empty block."
|
||||
where b.getNumberOfStatements() = 0
|
||||
select b, "This is an empty block."
|
||||
|
||||
@@ -4,4 +4,4 @@ version: 0.0.0
|
||||
dependencies:
|
||||
# This uses the latest version of the codeql/ruby-all library.
|
||||
# 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-ruby"
|
||||
},
|
||||
{
|
||||
"path": "codeql-go"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user