Minor tidy-up
This commit is contained in:
Родитель
5953f42066
Коммит
2b2bdafd48
|
@ -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"
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче