Some checks failed
- Delete codeql-custom-queries-python directory and all contents - Remove codeql-pack.yml configuration file - Remove codeql-pack.lock.yml dependency lock file - Remove example.ql hello world query
12 lines
205 B
Plaintext
12 lines
205 B
Plaintext
/**
|
|
* This is an automatically generated file
|
|
* @name Hello world
|
|
* @kind problem
|
|
* @problem.severity warning
|
|
* @id python/example/hello-world
|
|
*/
|
|
|
|
import python
|
|
|
|
from File f
|
|
select f, "Hello, world!" |