Add multi-language-repo
This commit is contained in:
parent
b73b259103
commit
583f8a923c
32 changed files with 257 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
name: inrepo-python-querypack
|
||||
version: 0.0.1
|
||||
libraryPathDependencies: codeql-python
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
/**
|
||||
* @name Show Python Ifs
|
||||
* @description Show Python Ifs
|
||||
* @kind problem
|
||||
* @id inrepo-python-querypack/show-ifs
|
||||
*/
|
||||
|
||||
import python
|
||||
|
||||
from If i
|
||||
select i, "hello if"
|
||||
Loading…
Add table
Add a link
Reference in a new issue