refactor: remove CodeQL custom queries directory for Python
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

- 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
This commit is contained in:
aitbc
2026-05-03 19:50:40 +02:00
parent caad83f766
commit e0061480d9
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
/**
* 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!"