This commit is contained in:
shati-patel 2021-11-09 10:07:40 +00:00
Родитель 5953f42066
Коммит 2b2bdafd48
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 1294A07B85CE9116
3 изменённых файлов: 6 добавлений и 3 удалений

Просмотреть файл

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