Files
aitbc/dev/codeql-custom-queries-python/example.ql
aitbc e0061480d9
Some checks failed
Deploy to Testnet / deploy-testnet (push) Successful in 1m8s
Node Failover Simulation / failover-test (push) Failing after 2s
Multi-Node Stress Testing / stress-test (push) Successful in 2s
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
refactor: remove CodeQL custom queries directory for Python
- 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
2026-05-03 19:50:40 +02:00

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!"